Skip to content

Commit 04188a8

Browse files
author
TRTorch Github Bot
committed
docs: [Automated] Regenerating documenation from
Signed-off-by: TRTorch Github Bot <trtorch.github.bot@nvidia.com>
1 parent 88f2a94 commit 04188a8

8 files changed

+42
-9
lines changed

docs/_notebooks/Resnet50-example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@
687687
</div>
688688
</div>
689689
<p>
690-
<img alt="cb7dac2a6c864c568c8486f1c561b715" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
690+
<img alt="ad355b7bcf1141e383e218be77fc25c8" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
691691
</p>
692692
<h1 id="notebooks-resnet50-example--page-root">
693693
TRTorch Getting Started - ResNet 50

docs/_notebooks/lenet-getting-started.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@
781781
</div>
782782
</div>
783783
<p>
784-
<img alt="d8c20698903e48c19a5d3dc22f1672d6" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
784+
<img alt="089b47097dd24201884cc245f54cbf5e" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
785785
</p>
786786
<h1 id="notebooks-lenet-getting-started--page-root">
787787
TRTorch Getting Started - LeNet

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@
801801
</div>
802802
</div>
803803
<p>
804-
<img alt="a29c6be5821b4cf79f26897f68580d17" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
804+
<img alt="9ed8f5f5946143a6b91c63b8cf43f422" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
805805
</p>
806806
<h1 id="notebooks-ssd-object-detection-demo--page-root">
807807
Object Detection with TRTorch (SSD)

docs/_sources/py_api/trtorch.rst.txt

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ trtorch
1111
Functions
1212
------------
1313

14+
.. autofunction:: set_device
15+
1416
.. autofunction:: compile
1517

1618
.. autofunction:: convert_method_to_trt_engine

docs/genindex.html

+9-4
Original file line numberDiff line numberDiff line change
@@ -631,19 +631,24 @@ <h2 id="S">
631631
<td style="width: 33%; vertical-align: top;">
632632
<ul>
633633
<li>
634-
<a href="py_api/logging.html#trtorch.logging.set_is_colored_output_on">
635-
set_is_colored_output_on() (in module trtorch.logging)
634+
<a href="py_api/trtorch.html#trtorch.set_device">
635+
set_device() (in module trtorch)
636636
</a>
637637
</li>
638638
<li>
639-
<a href="py_api/logging.html#trtorch.logging.set_logging_prefix">
640-
set_logging_prefix() (in module trtorch.logging)
639+
<a href="py_api/logging.html#trtorch.logging.set_is_colored_output_on">
640+
set_is_colored_output_on() (in module trtorch.logging)
641641
</a>
642642
</li>
643643
</ul>
644644
</td>
645645
<td style="width: 33%; vertical-align: top;">
646646
<ul>
647+
<li>
648+
<a href="py_api/logging.html#trtorch.logging.set_logging_prefix">
649+
set_logging_prefix() (in module trtorch.logging)
650+
</a>
651+
</li>
647652
<li>
648653
<a href="py_api/logging.html#trtorch.logging.set_reportable_log_level">
649654
set_reportable_log_level() (in module trtorch.logging)

docs/objects.inv

20 Bytes
Binary file not shown.

docs/py_api/trtorch.html

+27-1
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,32 @@ <h2 id="functions">
442442
443443
</a>
444444
</h2>
445+
<dl class="py function">
446+
<dt id="trtorch.set_device">
447+
<code class="sig-prename descclassname">
448+
trtorch.
449+
</code>
450+
<code class="sig-name descname">
451+
set_device
452+
</code>
453+
<span class="sig-paren">
454+
(
455+
</span>
456+
<em class="sig-param">
457+
<span class="n">
458+
gpu_id
459+
</span>
460+
</em>
461+
<span class="sig-paren">
462+
)
463+
</span>
464+
<a class="headerlink" href="#trtorch.set_device" title="Permalink to this definition">
465+
466+
</a>
467+
</dt>
468+
<dd>
469+
</dd>
470+
</dl>
445471
<dl class="py function">
446472
<dt id="trtorch.compile">
447473
<code class="sig-prename descclassname">
@@ -982,7 +1008,7 @@ <h2 id="functions">
9821008
<span class="sig-paren">
9831009
)
9841010
</span>
985-
→ &lt;torch._C.ScriptClass object at 0x7fe4589a4228&gt;
1011+
→ &lt;torch._C.ScriptClass object at 0x7eff2993c228&gt;
9861012
<a class="headerlink" href="#trtorch.TensorRTCompileSpec" title="Permalink to this definition">
9871013
9881014
</a>

docs/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)