Skip to content

Commit c54ed13

Browse files
author
TRTorch Github Bot
committed
docs: [Automated] Regenerating documenation for 7861ab3
Signed-off-by: TRTorch Github Bot <[email protected]>
1 parent 7861ab3 commit c54ed13

File tree

7 files changed

+23
-7
lines changed

7 files changed

+23
-7
lines changed

docs/_notebooks/Resnet50-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@
714714
</div>
715715
</div>
716716
<p>
717-
<img alt="eac40fcdfb9d444fafdced53ee615533" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
717+
<img alt="8806a948f32744bc9364d1d91489d05d" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
718718
</p>
719719
<section id="TRTorch-Getting-Started---ResNet-50">
720720
<h1 id="notebooks-resnet50-example--page-root">

docs/_notebooks/lenet-getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@
808808
</div>
809809
</div>
810810
<p>
811-
<img alt="d612ebd4ae644e6f90790f015213aa9f" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
811+
<img alt="5a196ac0b5e945e69ff2d98c8de96e9c" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
812812
</p>
813813
<section id="TRTorch-Getting-Started---LeNet">
814814
<h1 id="notebooks-lenet-getting-started--page-root">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@
828828
</div>
829829
</div>
830830
<p>
831-
<img alt="5877b75a445b497ba8c7b47e376ed418" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
831+
<img alt="d195cbfd5c804f06956a87f57ca4ef17" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
832832
</p>
833833
<section id="Object-Detection-with-TRTorch-(SSD)">
834834
<h1 id="notebooks-ssd-object-detection-demo--page-root">

docs/_sources/tutorials/trtorchc.rst.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,14 @@ to standard TorchScript. Load with ``torch.jit.load()`` and run like you would r
3939
--allow-gpu-fallback (Only used when targeting DLA
4040
(device-type)) Lets engine run layers on
4141
GPU if they are not supported on DLA
42-
--disable-tf32 Prevent Float32 layers from using the
42+
43+
--allow-torch-fallback Enable layers to run in torch
44+
if they are not supported in TensorRT
45+
--ffo,
46+
--forced-fallback-ops List of operators in the graph that
47+
should be forced to fallback to Pytorch for execution
48+
49+
--disable-tf32 Prevent Float32 layers from using the
4350
TF32 data format
4451
-p[precision...],
4552
--enabled-precison=[precision...] (Repeatable) Enabling an operating
@@ -48,6 +55,7 @@ to standard TorchScript. Load with ``torch.jit.load()`` and run like you would r
4855
calibration-cache argument) [ float |
4956
float32 | f32 | half | float16 | f16 |
5057
int8 | i8 ] (default: float)
58+
5159
-d[type], --device-type=[type] The type of device the engine should be
5260
built for [ gpu | dla ] (default: gpu)
5361
--gpu-id=[gpu_id] GPU id if running on multi-GPU platform

docs/py_api/trtorch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ <h2 id="functions">
11291129
<span class="sig-paren">
11301130
)
11311131
</span>
1132-
→ &lt;torch._C.ScriptClass object at 0x7f4d69cff630&gt;
1132+
→ &lt;torch._C.ScriptClass object at 0x7f4c257c0cb0&gt;
11331133
<a class="headerlink" href="#trtorch.TensorRTCompileSpec" title="Permalink to this definition">
11341134
11351135
</a>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/tutorials/trtorchc.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,14 @@ <h1 id="tutorials-trtorchc--page-root">
447447
--allow-gpu-fallback (Only used when targeting DLA
448448
(device-type)) Lets engine run layers on
449449
GPU if they are not supported on DLA
450-
--disable-tf32 Prevent Float32 layers from using the
450+
451+
--allow-torch-fallback Enable layers to run in torch
452+
if they are not supported in TensorRT
453+
--ffo,
454+
--forced-fallback-ops List of operators in the graph that
455+
should be forced to fallback to Pytorch for execution
456+
457+
--disable-tf32 Prevent Float32 layers from using the
451458
TF32 data format
452459
-p[precision...],
453460
--enabled-precison=[precision...] (Repeatable) Enabling an operating
@@ -456,6 +463,7 @@ <h1 id="tutorials-trtorchc--page-root">
456463
calibration-cache argument) [ float |
457464
float32 | f32 | half | float16 | f16 |
458465
int8 | i8 ] (default: float)
466+
459467
-d[type], --device-type=[type] The type of device the engine should be
460468
built for [ gpu | dla ] (default: gpu)
461469
--gpu-id=[gpu_id] GPU id if running on multi-GPU platform

0 commit comments

Comments
 (0)