Skip to content

Commit aec4e1a

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

10 files changed

+35
-5
lines changed

Diff for: docs/_cpp_api/program_listing_file_cpp_api_include_trtorch_trtorch.h.html

+2
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,8 @@ <h1 id="cpp-api-program-listing-file-cpp-api-include-trtorch-trtorch-h--page-roo
488488

489489
<span class="kt">bool</span> <span class="n">debug</span> <span class="o">=</span> <span class="nb">false</span><span class="p">;</span>
490490

491+
<span class="kt">bool</span> <span class="n">truncate_long_and_double</span> <span class="o">=</span> <span class="nb">false</span><span class="p">;</span>
492+
491493
<span class="kt">bool</span> <span class="n">strict_types</span> <span class="o">=</span> <span class="nb">false</span><span class="p">;</span>
492494

493495
<span class="cm">/*</span>

Diff for: docs/_cpp_api/structtrtorch_1_1CompileSpec.html

+20
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,26 @@ <h2 id="struct-documentation">
871871
</p>
872872
</dd>
873873
</dl>
874+
<dl class="cpp var">
875+
<dt id="_CPPv4N7trtorch11CompileSpec24truncate_long_and_doubleE">
876+
<span class="target" id="structtrtorch_1_1CompileSpec_1a9e6c02094212225271e39808876360cf">
877+
</span>
878+
bool
879+
<code class="sig-name descname">
880+
truncate_long_and_double
881+
</code>
882+
= false
883+
<a class="headerlink" href="#_CPPv4N7trtorch11CompileSpec24truncate_long_and_doubleE" title="Permalink to this definition">
884+
885+
</a>
886+
<br/>
887+
</dt>
888+
<dd>
889+
<p>
890+
Truncate long/double type to int/float type
891+
</p>
892+
</dd>
893+
</dl>
874894
<dl class="cpp var">
875895
<dt id="_CPPv4N7trtorch11CompileSpec12strict_typesE">
876896
<span class="target" id="structtrtorch_1_1CompileSpec_1a747b0876a548a086dcd1d517502440f1">

Diff for: docs/_notebooks/Resnet50-example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@
690690
</div>
691691
</div>
692692
<p>
693-
<img alt="f4f0e56314594aca959127b76905ad73" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
693+
<img alt="5188f179cb24446eab48f6d3c5c529bf" 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

Diff for: docs/_notebooks/lenet-getting-started.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@
784784
</div>
785785
</div>
786786
<p>
787-
<img alt="ebc3711c0c234726af1426acfb6790b3" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
787+
<img alt="d8c33179354e4d32a824daf70133116e" 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

Diff for: docs/_notebooks/ssd-object-detection-demo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@
804804
</div>
805805
</div>
806806
<p>
807-
<img alt="0dd8f2ca63bf48678b44d152d21c586a" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
807+
<img alt="6513e8a318fc439aa24eef9f2d37b324" 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)

Diff for: docs/_sources/_cpp_api/program_listing_file_cpp_api_include_trtorch_trtorch.h.rst.txt

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ Program Listing for File trtorch.h
113113
114114
bool debug = false;
115115
116+
bool truncate_long_and_double = false;
117+
116118
bool strict_types = false;
117119
118120
/*

Diff for: docs/genindex.html

+5
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,11 @@ <h2 id="T">
11961196
trtorch::CompileSpec::strict_types (C++ member)
11971197
</a>
11981198
</li>
1199+
<li>
1200+
<a href="_cpp_api/structtrtorch_1_1CompileSpec.html#_CPPv4N7trtorch11CompileSpec24truncate_long_and_doubleE">
1201+
trtorch::CompileSpec::truncate_long_and_double (C++ member)
1202+
</a>
1203+
</li>
11991204
<li>
12001205
<a href="_cpp_api/structtrtorch_1_1CompileSpec.html#_CPPv4N7trtorch11CompileSpec14workspace_sizeE">
12011206
trtorch::CompileSpec::workspace_size (C++ member)

Diff for: docs/objects.inv

85 Bytes
Binary file not shown.

Diff for: docs/py_api/trtorch.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ <h2 id="functions">
10111011
<span class="sig-paren">
10121012
)
10131013
</span>
1014-
→ &lt;torch._C.ScriptClass object at 0x7f15f9ebd1f0&gt;
1014+
→ &lt;torch._C.ScriptClass object at 0x7faa6fe7f230&gt;
10151015
<a class="headerlink" href="#trtorch.TensorRTCompileSpec" title="Permalink to this definition">
10161016
10171017
</a>
@@ -1074,6 +1074,7 @@ <h2 id="functions">
10741074
<span class="s2">"num_avg_timing_iters"</span><span class="p">:</span> <span class="mi">1</span><span class="p">,</span> <span class="c1"># Number of averaging timing iterations used to select kernels</span>
10751075
<span class="s2">"workspace_size"</span><span class="p">:</span> <span class="mi">0</span><span class="p">,</span> <span class="c1"># Maximum size of workspace given to TensorRT</span>
10761076
<span class="s2">"max_batch_size"</span><span class="p">:</span> <span class="mi">0</span><span class="p">,</span> <span class="c1"># Maximum batch size (must be &gt;= 1 to be set, 0 means not set)</span>
1077+
<span class="s2">"truncate_long_and_double"</span><span class="p">:</span> <span class="kc">False</span><span class="p">,</span> <span class="c1"># Truncate long and double into int and float</span>
10771078
<span class="p">})</span>
10781079
<span class="p">}</span>
10791080
</pre>

Diff for: 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)