Skip to content

Commit

Permalink
docs: [Automated] Regenerating documenation from
Browse files Browse the repository at this point in the history
Signed-off-by: TRTorch Github Bot <[email protected]>
  • Loading branch information
TRTorch Github Bot committed Feb 26, 2021
1 parent 7d0adc9 commit d3604b5
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_notebooks/Resnet50-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@
</div>
</div>
<p>
<img alt="6ed4117dedf9498d9bc657dfee176602" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
<img alt="9e73e106c862489bbf02ca5243dc8c4f" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
</p>
<h1 id="notebooks-resnet50-example--page-root">
TRTorch Getting Started - ResNet 50
Expand Down
2 changes: 1 addition & 1 deletion docs/_notebooks/lenet-getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@
</div>
</div>
<p>
<img alt="e3c8f7019b3047db9950027b9473c883" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
<img alt="4dae196edb5d4a4e804a9fb300f3a5da" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
</p>
<h1 id="notebooks-lenet-getting-started--page-root">
TRTorch Getting Started - LeNet
Expand Down
2 changes: 1 addition & 1 deletion docs/_notebooks/ssd-object-detection-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@
</div>
</div>
<p>
<img alt="514c0b21df474a54b0761af634848e37" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
<img alt="e0dbdf2ebf504883a078c320b37f6ee8" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
</p>
<h1 id="notebooks-ssd-object-detection-demo--page-root">
Object Detection with TRTorch (SSD)
Expand Down
3 changes: 3 additions & 0 deletions docs/_sources/indices/supported_ops.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Operators Currently Supported Through Converters
- aten::div.Tensor(Tensor self, Tensor other) -> (Tensor)
- aten::div_.Scalar(Tensor(a!) self, Scalar other) -> (Tensor(a!))
- aten::div_.Tensor(Tensor(a!) self, Tensor other) -> (Tensor(a!))
- aten::elu(Tensor self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -> (Tensor)
- aten::embedding(Tensor weight, Tensor indices, int padding_idx=-1, bool scale_grad_by_freq=False, bool sparse=False) -> (Tensor)
- aten::eq.Scalar(Tensor self, Scalar other) -> (Tensor)
- aten::eq.Tensor(Tensor self, Tensor other) -> (Tensor)
Expand Down Expand Up @@ -71,6 +72,7 @@ Operators Currently Supported Through Converters
- aten::mean.dim(Tensor self, int[] dim, bool keepdim=False, *, int? dtype=None) -> (Tensor)
- aten::min(Tensor self) -> (Tensor)
- aten::min.other(Tensor self, Tensor other) -> (Tensor)
- aten::mul.Scalar(Tensor self, Scalar other) -> (Tensor)
- aten::mul.Tensor(Tensor self, Tensor other) -> (Tensor)
- aten::mul_.Tensor(Tensor(a!) self, Tensor other) -> (Tensor(a!))
- aten::narrow(Tensor(a) self, int dim, int start, int length) -> (Tensor(a))
Expand Down Expand Up @@ -112,6 +114,7 @@ Operators Currently Supported Through Converters
- aten::tanh(Tensor input) -> (Tensor)
- aten::tanh_(Tensor(a!) self) -> (Tensor(a!))
- aten::topk(Tensor self, int k, int dim=-1, bool largest=True, bool sorted=True) -> (Tensor values, Tensor indices)
- aten::transpose.int(Tensor(a) self, int dim0, int dim1) -> (Tensor(a))
- aten::unsqueeze(Tensor(a) self, int dim) -> (Tensor(a))
- aten::upsample_bilinear2d(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> (Tensor)
- aten::upsample_bilinear2d.vec(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors) -> (Tensor)
Expand Down
15 changes: 15 additions & 0 deletions docs/indices/supported_ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,11 @@ <h2 id="operators-currently-supported-through-converters">
.Tensor(Tensor(a!) self, Tensor other) -&gt; (Tensor(a!))
</p>
</li>
<li>
<p>
aten::elu(Tensor self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -&gt; (Tensor)
</p>
</li>
<li>
<p>
aten::embedding(Tensor weight, Tensor indices, int padding_idx=-1, bool scale_grad_by_freq=False, bool sparse=False) -&gt; (Tensor)
Expand Down Expand Up @@ -785,6 +790,11 @@ <h2 id="operators-currently-supported-through-converters">
aten::min.other(Tensor self, Tensor other) -&gt; (Tensor)
</p>
</li>
<li>
<p>
aten::mul.Scalar(Tensor self, Scalar other) -&gt; (Tensor)
</p>
</li>
<li>
<p>
aten::mul.Tensor(Tensor self, Tensor other) -&gt; (Tensor)
Expand Down Expand Up @@ -1032,6 +1042,11 @@ <h2 id="operators-currently-supported-through-converters">
aten::topk(Tensor self, int k, int dim=-1, bool largest=True, bool sorted=True) -&gt; (Tensor values, Tensor indices)
</p>
</li>
<li>
<p>
aten::transpose.int(Tensor(a) self, int dim0, int dim1) -&gt; (Tensor(a))
</p>
</li>
<li>
<p>
aten::unsqueeze(Tensor(a) self, int dim) -&gt; (Tensor(a))
Expand Down
2 changes: 1 addition & 1 deletion docs/py_api/trtorch.html
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ <h2 id="functions">
<span class="sig-paren">
)
</span>
→ &lt;torch._C.ScriptClass object at 0x7f26096002d0&gt;
→ &lt;torch._C.ScriptClass object at 0x7f51bb3cd2d0&gt;
<a class="headerlink" href="#trtorch.TensorRTCompileSpec" title="Permalink to this definition">
</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

0 comments on commit d3604b5

Please sign in to comment.