Skip to content

Commit 0b5d6e9

Browse files
author
TRTorch Github Bot
committed
docs: [Automated] Regenerating documenation from
Signed-off-by: TRTorch Github Bot <[email protected]>
1 parent 870923c commit 0b5d6e9

8 files changed

+11
-11
lines changed

docs/_cpp_api/program_listing_file_cpp_api_include_trtorch_macros.h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ <h1 id="cpp-api-program-listing-file-cpp-api-include-trtorch-macros-h--page-root
392392
<span class="cp">#define STR(x) XSTR(x)</span>
393393

394394
<span class="cp">#define TRTORCH_MAJOR_VERSION 0</span>
395-
<span class="cp">#define TRTORCH_MINOR_VERSION 1</span>
395+
<span class="cp">#define TRTORCH_MINOR_VERSION 2</span>
396396
<span class="cp">#define TRTORCH_PATCH_VERSION 0</span>
397397
<span class="cp">#define TRTORCH_VERSION \</span>
398398
<span class="cp"> STR(TRTORCH_MAJOR_VERSION) \</span>

docs/_notebooks/Resnet50-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
</div>
676676
</div>
677677
<p>
678-
<img alt="0a6c7a515e444dbc8ea5714a15504603" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
678+
<img alt="d1dc02d14143445f95c1a1e817bea223" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
679679
</p>
680680
<h1 id="notebooks-resnet50-example--page-root">
681681
TRTorch Getting Started - ResNet 50

docs/_notebooks/lenet-getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@
769769
</div>
770770
</div>
771771
<p>
772-
<img alt="54263ff1f6fb47c6a1b8a2d7824eab79" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
772+
<img alt="42214b9ef443462ebf932828969579f5" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
773773
</p>
774774
<h1 id="notebooks-lenet-getting-started--page-root">
775775
TRTorch Getting Started - LeNet

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@
789789
</div>
790790
</div>
791791
<p>
792-
<img alt="1ae937ff52464dc4b6f94ffdd850a1ff" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
792+
<img alt="175ff148bd42420e93bdfbd4f723e5c8" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
793793
</p>
794794
<h1 id="notebooks-ssd-object-detection-demo--page-root">
795795
Object Detection with TRTorch (SSD)

docs/_sources/_cpp_api/program_listing_file_cpp_api_include_trtorch_macros.h.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Program Listing for File macros.h
3232
#define STR(x) XSTR(x)
3333
3434
#define TRTORCH_MAJOR_VERSION 0
35-
#define TRTORCH_MINOR_VERSION 1
35+
#define TRTORCH_MINOR_VERSION 2
3636
#define TRTORCH_PATCH_VERSION 0
3737
#define TRTORCH_VERSION \
3838
STR(TRTORCH_MAJOR_VERSION) \

docs/_static/pygments.css

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/py_api/trtorch.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ <h2 id="functions">
449449
:
450450
</span>
451451
<span class="n">
452-
torch.jit.ScriptModule
452+
torch.jit._script.ScriptModule
453453
</span>
454454
</em>
455455
,
@@ -467,7 +467,7 @@ <h2 id="functions">
467467
<span class="sig-paren">
468468
)
469469
</span>
470-
→ torch.jit.ScriptModule
470+
→ torch.jit._script.ScriptModule
471471
<a class="headerlink" href="#trtorch.compile" title="Permalink to this definition">
472472
473473
</a>
@@ -604,7 +604,7 @@ <h2 id="functions">
604604
:
605605
</span>
606606
<span class="n">
607-
torch.jit.ScriptModule
607+
torch.jit._script.ScriptModule
608608
</span>
609609
</em>
610610
,
@@ -779,7 +779,7 @@ <h2 id="functions">
779779
:
780780
</span>
781781
<span class="n">
782-
torch.jit.ScriptModule
782+
torch.jit._script.ScriptModule
783783
</span>
784784
</em>
785785
,

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.

0 commit comments

Comments
 (0)