Skip to content

Commit 4786c42

Browse files
committed
docs: Update op support list
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 32f9a75 commit 4786c42

File tree

13 files changed

+2079
-9
lines changed

13 files changed

+2079
-9
lines changed

docs/v0.2.0/_notebooks/Resnet50-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@
690690
</div>
691691
</div>
692692
<p>
693-
<img alt="b78d781b37a9419a818aff2f2cac6056" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
693+
<img alt="09a03bf1bb8e4e44b23f950611bff8c0" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
694694
</p>
695695
<h1 id="notebooks-resnet50-example--page-root">
696696
TRTorch Getting Started - ResNet 50

docs/v0.2.0/_notebooks/lenet-getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@
784784
</div>
785785
</div>
786786
<p>
787-
<img alt="be77293abe074c06af666073aefc5d7c" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
787+
<img alt="4a8a1d2302d2486c8b5002d12020eb54" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
788788
</p>
789789
<h1 id="notebooks-lenet-getting-started--page-root">
790790
TRTorch Getting Started - LeNet

docs/v0.2.0/_notebooks/ssd-object-detection-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@
804804
</div>
805805
</div>
806806
<p>
807-
<img alt="a6ddbb83c13c433dbf239cdbe55afcd9" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
807+
<img alt="b30ba4b8d3184e6495c9a21eb7c87584" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
808808
</p>
809809
<h1 id="notebooks-ssd-object-detection-demo--page-root">
810810
Object Detection with TRTorch (SSD)

docs/v0.2.0/_sources/indices/supported_ops.rst.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Operators Currently Supported Through Converters
3535
- aten::div.Tensor(Tensor self, Tensor other) -> (Tensor)
3636
- aten::div_.Scalar(Tensor(a!) self, Scalar other) -> (Tensor(a!))
3737
- aten::div_.Tensor(Tensor(a!) self, Tensor other) -> (Tensor(a!))
38+
- aten::elu(Tensor self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -> (Tensor)
3839
- aten::embedding(Tensor weight, Tensor indices, int padding_idx=-1, bool scale_grad_by_freq=False, bool sparse=False) -> (Tensor)
3940
- aten::eq.Scalar(Tensor self, Scalar other) -> (Tensor)
4041
- aten::eq.Tensor(Tensor self, Tensor other) -> (Tensor)
@@ -71,6 +72,7 @@ Operators Currently Supported Through Converters
7172
- aten::mean.dim(Tensor self, int[] dim, bool keepdim=False, *, int? dtype=None) -> (Tensor)
7273
- aten::min(Tensor self) -> (Tensor)
7374
- aten::min.other(Tensor self, Tensor other) -> (Tensor)
75+
- aten::mul.Scalar(Tensor self, Scalar other) -> (Tensor)
7476
- aten::mul.Tensor(Tensor self, Tensor other) -> (Tensor)
7577
- aten::mul_.Tensor(Tensor(a!) self, Tensor other) -> (Tensor(a!))
7678
- aten::narrow(Tensor(a) self, int dim, int start, int length) -> (Tensor(a))
@@ -112,6 +114,7 @@ Operators Currently Supported Through Converters
112114
- aten::tanh(Tensor input) -> (Tensor)
113115
- aten::tanh_(Tensor(a!) self) -> (Tensor(a!))
114116
- aten::topk(Tensor self, int k, int dim=-1, bool largest=True, bool sorted=True) -> (Tensor values, Tensor indices)
117+
- aten::transpose.int(Tensor(a) self, int dim0, int dim1) -> (Tensor(a))
115118
- aten::unsqueeze(Tensor(a) self, int dim) -> (Tensor(a))
116119
- aten::upsample_bilinear2d(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> (Tensor)
117120
- aten::upsample_bilinear2d.vec(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors) -> (Tensor)

0 commit comments

Comments
 (0)