Skip to content

Commit c6874c3

Browse files
committed
Merge branch 'master' of https://github.com/NVIDIA/TRTorch
2 parents 36716f3 + 28f96bb commit c6874c3

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

cpp/api/include/trtorch/macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define STR(x) XSTR(x)
2121

2222
#define TRTORCH_MAJOR_VERSION 0
23-
#define TRTORCH_MINOR_VERSION 3
23+
#define TRTORCH_MINOR_VERSION 4
2424
#define TRTORCH_PATCH_VERSION 0
2525
#define TRTORCH_VERSION \
2626
STR(TRTORCH_MAJOR_VERSION) \

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
@@ -410,7 +410,7 @@ <h1 id="cpp-api-program-listing-file-cpp-api-include-trtorch-macros-h--page-root
410410
<span class="cp">#define STR(x) XSTR(x)</span>
411411

412412
<span class="cp">#define TRTORCH_MAJOR_VERSION 0</span>
413-
<span class="cp">#define TRTORCH_MINOR_VERSION 3</span>
413+
<span class="cp">#define TRTORCH_MINOR_VERSION 4</span>
414414
<span class="cp">#define TRTORCH_PATCH_VERSION 0</span>
415415
<span class="cp">#define TRTORCH_VERSION \</span>
416416
<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
@@ -693,7 +693,7 @@
693693
</div>
694694
</div>
695695
<p>
696-
<img alt="458d694b0bf94d40b3a8afaa82dd6ebd" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
696+
<img alt="a8ae5e030e6848f5af796036d2f76e80" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
697697
</p>
698698
<h1 id="notebooks-resnet50-example--page-root">
699699
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
@@ -787,7 +787,7 @@
787787
</div>
788788
</div>
789789
<p>
790-
<img alt="4c4a1a51bdbc45008e6ecd767384ad8d" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
790+
<img alt="2c7d2affdb8e4a87ae75143ff13ecf74" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
791791
</p>
792792
<h1 id="notebooks-lenet-getting-started--page-root">
793793
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
@@ -807,7 +807,7 @@
807807
</div>
808808
</div>
809809
<p>
810-
<img alt="8926774fb2c549ca8b6e08b962e10901" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
810+
<img alt="9f0fb1d37105425ebbf46f3a550a70f1" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
811811
</p>
812812
<h1 id="notebooks-ssd-object-detection-demo--page-root">
813813
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 3
35+
#define TRTORCH_MINOR_VERSION 4
3636
#define TRTORCH_PATCH_VERSION 0
3737
#define TRTORCH_VERSION \
3838
STR(TRTORCH_MAJOR_VERSION) \

docs/py_api/trtorch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ <h2 id="functions">
10211021
<span class="sig-paren">
10221022
)
10231023
</span>
1024-
→ &lt;torch._C.ScriptClass object at 0x7fe3ebd6e730&gt;
1024+
→ &lt;torch._C.ScriptClass object at 0x7ff6a30319b0&gt;
10251025
<a class="headerlink" href="#trtorch.TensorRTCompileSpec" title="Permalink to this definition">
10261026
10271027
</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.

py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
dir_path = os.path.dirname(os.path.realpath(__file__))
1818

19-
__version__ = '0.3.0'
19+
__version__ = '0.4.0a'
2020

2121
CXX11_ABI = False
2222

0 commit comments

Comments
 (0)