Skip to content

Commit f99a6ca

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

9 files changed

+2788
-13
lines changed

docs/_notebooks/Resnet50-example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
</div>
726726
</div>
727727
<p>
728-
<img alt="9bb3b71d15c741f9a3fb753f975f4b15" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
728+
<img alt="8366dca5dcdc4d8587f5cdfec5fbaaf9" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
729729
</p>
730730
<section id="TRTorch-Getting-Started---ResNet-50">
731731
<h1 id="notebooks-resnet50-example--page-root">

docs/_notebooks/lenet-getting-started.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@
819819
</div>
820820
</div>
821821
<p>
822-
<img alt="09c38e5a0e064378bfefba4adaf74e9a" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
822+
<img alt="32d564da22784a60bfc0e2310f1ef3c5" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
823823
</p>
824824
<section id="TRTorch-Getting-Started---LeNet">
825825
<h1 id="notebooks-lenet-getting-started--page-root">

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
</div>
840840
</div>
841841
<p>
842-
<img alt="26139d30486a4f60a3fe986bafa0158f" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
842+
<img alt="0c89fd1b91e7470bb17027c901cd4cb3" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
843843
</p>
844844
<section id="Object-Detection-with-TRTorch-(SSD)">
845845
<h1 id="notebooks-ssd-object-detection-demo--page-root">

docs/_notebooks/vgg-qat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ <h2 id="Overview">
811811
</div>
812812
<p>
813813
## 2. VGG16 Overview ### Very Deep Convolutional Networks for Large-Scale Image Recognition VGG is one of the earliest family of image classification networks that first used small (3x3) convolution filters and achieved significant improvements on ImageNet recognition challenge. The network architecture looks as follows
814-
<img alt="9d25e51e4c8047b8a585c7fd2dc1b405" src="https://neurohive.io/wp-content/uploads/2018/11/vgg16-1-e1542731207177.png"/>
814+
<img alt="db485e72215749b1b3e43387176ae5e4" src="https://neurohive.io/wp-content/uploads/2018/11/vgg16-1-e1542731207177.png"/>
815815
</p>
816816
<p>
817817
## 3. Training a baseline VGG16 model We train VGG16 on CIFAR10 dataset. Define training and testing datasets and dataloaders. This will download the CIFAR 10 data in your

docs/genindex.html

+223-4
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,24 @@ <h1 id="index">
378378
Index
379379
</h1>
380380
<div class="genindex-jumpbox">
381+
<a href="#_">
382+
<strong>
383+
_
384+
</strong>
385+
</a>
386+
|
387+
<a href="#A">
388+
<strong>
389+
A
390+
</strong>
391+
</a>
392+
|
393+
<a href="#C">
394+
<strong>
395+
C
396+
</strong>
397+
</a>
398+
|
381399
<a href="#D">
382400
<strong>
383401
D
@@ -390,6 +408,12 @@ <h1 id="index">
390408
</strong>
391409
</a>
392410
|
411+
<a href="#F">
412+
<strong>
413+
F
414+
</strong>
415+
</a>
416+
|
393417
<a href="#G">
394418
<strong>
395419
G
@@ -438,6 +462,75 @@ <h1 id="index">
438462
</strong>
439463
</a>
440464
</div>
465+
<h2 id="_">
466+
_
467+
</h2>
468+
<table class="indextable genindextable" style="width: 100%">
469+
<tr>
470+
<td style="width: 33%; vertical-align: top;">
471+
<ul>
472+
<li>
473+
<a href="py_api/trtorch.html#trtorch.Device.__init__">
474+
__init__() (trtorch.Device method)
475+
</a>
476+
<ul>
477+
<li>
478+
<a href="py_api/trtorch.html#trtorch.Input.__init__">
479+
(trtorch.Input method)
480+
</a>
481+
</li>
482+
</ul>
483+
</li>
484+
</ul>
485+
</td>
486+
</tr>
487+
</table>
488+
<h2 id="A">
489+
A
490+
</h2>
491+
<table class="indextable genindextable" style="width: 100%">
492+
<tr>
493+
<td style="width: 33%; vertical-align: top;">
494+
<ul>
495+
<li>
496+
<a href="py_api/trtorch.html#trtorch.Device.allow_gpu_fallback">
497+
allow_gpu_fallback (trtorch.Device attribute)
498+
</a>
499+
</li>
500+
</ul>
501+
</td>
502+
</tr>
503+
</table>
504+
<h2 id="C">
505+
C
506+
</h2>
507+
<table class="indextable genindextable" style="width: 100%">
508+
<tr>
509+
<td style="width: 33%; vertical-align: top;">
510+
<ul>
511+
<li>
512+
<a href="py_api/trtorch.html#trtorch.check_method_op_support">
513+
check_method_op_support() (in module trtorch)
514+
</a>
515+
</li>
516+
</ul>
517+
</td>
518+
<td style="width: 33%; vertical-align: top;">
519+
<ul>
520+
<li>
521+
<a href="py_api/trtorch.html#trtorch.compile">
522+
compile() (in module trtorch)
523+
</a>
524+
</li>
525+
<li>
526+
<a href="py_api/trtorch.html#trtorch.convert_method_to_trt_engine">
527+
convert_method_to_trt_engine() (in module trtorch)
528+
</a>
529+
</li>
530+
</ul>
531+
</td>
532+
</tr>
533+
</table>
441534
<h2 id="D">
442535
D
443536
</h2>
@@ -450,6 +543,47 @@ <h2 id="D">
450543
Debug (trtorch.logging.Level attribute)
451544
</a>
452545
</li>
546+
<li>
547+
<a href="py_api/trtorch.html#trtorch.Device">
548+
Device (class in trtorch)
549+
</a>
550+
</li>
551+
<li>
552+
<a href="py_api/trtorch.html#trtorch.Device.device_type">
553+
device_type (trtorch.Device attribute)
554+
</a>
555+
</li>
556+
<li>
557+
<a href="py_api/trtorch.html#trtorch.DeviceType">
558+
DeviceType (class in trtorch)
559+
</a>
560+
</li>
561+
</ul>
562+
</td>
563+
<td style="width: 33%; vertical-align: top;">
564+
<ul>
565+
<li>
566+
<a href="py_api/trtorch.html#trtorch.Device.dla_core">
567+
dla_core (trtorch.Device attribute)
568+
</a>
569+
</li>
570+
<li>
571+
<a href="py_api/trtorch.html#trtorch.dtype">
572+
dtype (class in trtorch)
573+
</a>
574+
<ul>
575+
<li>
576+
<a href="py_api/trtorch.html#trtorch.Input.dtype">
577+
(trtorch.Input attribute)
578+
</a>
579+
</li>
580+
</ul>
581+
</li>
582+
<li>
583+
<a href="py_api/trtorch.html#trtorch.dump_build_info">
584+
dump_build_info() (in module trtorch)
585+
</a>
586+
</li>
453587
</ul>
454588
</td>
455589
</tr>
@@ -461,6 +595,20 @@ <h2 id="E">
461595
<tr>
462596
<td style="width: 33%; vertical-align: top;">
463597
<ul>
598+
<li>
599+
<a href="py_api/trtorch.html#trtorch.embed_engine_in_new_module">
600+
embed_engine_in_new_module() (in module trtorch)
601+
</a>
602+
</li>
603+
</ul>
604+
</td>
605+
<td style="width: 33%; vertical-align: top;">
606+
<ul>
607+
<li>
608+
<a href="py_api/trtorch.html#trtorch.EngineCapability">
609+
EngineCapability (class in trtorch)
610+
</a>
611+
</li>
464612
<li>
465613
<a href="py_api/logging.html#trtorch.logging.Level.Error">
466614
Error (trtorch.logging.Level attribute)
@@ -470,13 +618,34 @@ <h2 id="E">
470618
</td>
471619
</tr>
472620
</table>
621+
<h2 id="F">
622+
F
623+
</h2>
624+
<table class="indextable genindextable" style="width: 100%">
625+
<tr>
626+
<td style="width: 33%; vertical-align: top;">
627+
<ul>
628+
<li>
629+
<a href="py_api/trtorch.html#trtorch.Input.format">
630+
format (trtorch.Input attribute)
631+
</a>
632+
</li>
633+
</ul>
634+
</td>
635+
</tr>
636+
</table>
473637
<h2 id="G">
474638
G
475639
</h2>
476640
<table class="indextable genindextable" style="width: 100%">
477641
<tr>
478642
<td style="width: 33%; vertical-align: top;">
479643
<ul>
644+
<li>
645+
<a href="py_api/trtorch.html#trtorch.get_build_info">
646+
get_build_info() (in module trtorch)
647+
</a>
648+
</li>
480649
<li>
481650
<a href="py_api/logging.html#trtorch.logging.get_is_colored_output_on">
482651
get_is_colored_output_on() (in module trtorch.logging)
@@ -496,6 +665,11 @@ <h2 id="G">
496665
get_reportable_log_level() (in module trtorch.logging)
497666
</a>
498667
</li>
668+
<li>
669+
<a href="py_api/trtorch.html#trtorch.Device.gpu_id">
670+
gpu_id (trtorch.Device attribute)
671+
</a>
672+
</li>
499673
<li>
500674
<a href="py_api/logging.html#trtorch.logging.Level.Graph">
501675
Graph (trtorch.logging.Level attribute)
@@ -521,6 +695,11 @@ <h2 id="I">
521695
</td>
522696
<td style="width: 33%; vertical-align: top;">
523697
<ul>
698+
<li>
699+
<a href="py_api/trtorch.html#trtorch.Input">
700+
Input (class in trtorch)
701+
</a>
702+
</li>
524703
<li>
525704
<a href="py_api/logging.html#trtorch.logging.Level.InternalError">
526705
InternalError (trtorch.logging.Level attribute)
@@ -565,6 +744,11 @@ <h2 id="M">
565744
<li>
566745
module
567746
<ul>
747+
<li>
748+
<a href="py_api/trtorch.html#module-trtorch">
749+
trtorch
750+
</a>
751+
</li>
568752
<li>
569753
<a href="py_api/logging.html#module-trtorch.logging">
570754
trtorch.logging
@@ -583,6 +767,11 @@ <h2 id="S">
583767
<tr>
584768
<td style="width: 33%; vertical-align: top;">
585769
<ul>
770+
<li>
771+
<a href="py_api/trtorch.html#trtorch.set_device">
772+
set_device() (in module trtorch)
773+
</a>
774+
</li>
586775
<li>
587776
<a href="py_api/logging.html#trtorch.logging.set_is_colored_output_on">
588777
set_is_colored_output_on() (in module trtorch.logging)
@@ -602,6 +791,16 @@ <h2 id="S">
602791
set_reportable_log_level() (in module trtorch.logging)
603792
</a>
604793
</li>
794+
<li>
795+
<a href="py_api/trtorch.html#trtorch.Input.shape">
796+
shape (trtorch.Input attribute)
797+
</a>
798+
</li>
799+
<li>
800+
<a href="py_api/trtorch.html#trtorch.Input.shape_mode">
801+
shape_mode (trtorch.Input attribute)
802+
</a>
803+
</li>
605804
<li>
606805
<a href="_cpp_api/define_macros_8h_1a18d295a837ac71add5578860b55e5502.html#c.STR">
607806
STR (C macro)
@@ -618,6 +817,26 @@ <h2 id="T">
618817
<tr>
619818
<td style="width: 33%; vertical-align: top;">
620819
<ul>
820+
<li>
821+
<a href="py_api/trtorch.html#trtorch.TensorFormat">
822+
TensorFormat (class in trtorch)
823+
</a>
824+
</li>
825+
<li>
826+
<a href="py_api/trtorch.html#trtorch.TensorRTCompileSpec">
827+
TensorRTCompileSpec() (in module trtorch)
828+
</a>
829+
</li>
830+
<li>
831+
trtorch
832+
<ul>
833+
<li>
834+
<a href="py_api/trtorch.html#module-trtorch">
835+
module
836+
</a>
837+
</li>
838+
</ul>
839+
</li>
621840
<li>
622841
trtorch.logging
623842
<ul>
@@ -1206,6 +1425,10 @@ <h2 id="T">
12061425
trtorch::CompileSpec::num_min_timing_iters (C++ member)
12071426
</a>
12081427
</li>
1428+
</ul>
1429+
</td>
1430+
<td style="width: 33%; vertical-align: top;">
1431+
<ul>
12091432
<li>
12101433
<a href="_cpp_api/structtrtorch_1_1CompileSpec.html#_CPPv4N7trtorch11CompileSpec14ptq_calibratorE">
12111434
trtorch::CompileSpec::ptq_calibrator (C++ member)
@@ -1216,10 +1439,6 @@ <h2 id="T">
12161439
trtorch::CompileSpec::refit (C++ member)
12171440
</a>
12181441
</li>
1219-
</ul>
1220-
</td>
1221-
<td style="width: 33%; vertical-align: top;">
1222-
<ul>
12231442
<li>
12241443
<a href="_cpp_api/structtrtorch_1_1CompileSpec.html#_CPPv4N7trtorch11CompileSpec24require_full_compilationE">
12251444
trtorch::CompileSpec::require_full_compilation (C++ member)

docs/objects.inv

625 Bytes
Binary file not shown.

docs/py-modindex.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,11 @@ <h1>
409409
<img alt="-" class="toggler" id="toggle-1" src="_static/minus.png" style="display: none"/>
410410
</td>
411411
<td>
412-
<code class="xref">
413-
trtorch
414-
</code>
412+
<a href="py_api/trtorch.html#module-trtorch">
413+
<code class="xref">
414+
trtorch
415+
</code>
416+
</a>
415417
</td>
416418
<td>
417419
<em>

0 commit comments

Comments
 (0)