File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ More Information / System Architecture:
10
10
11
11
## Example Usage
12
12
13
+ ### C++
13
14
``` c++
14
15
#include " torch/script.h"
15
16
#include " trtorch/trtorch.h"
@@ -25,6 +26,7 @@ auto results = trt_mod.forward({in_tensor});
25
26
...
26
27
```
27
28
29
+ ### Python
28
30
```py
29
31
import trtorch
30
32
@@ -191,6 +193,7 @@ You can register a converter for your op using the `NodeConverterRegistry` insid
191
193
| [ ** core** ] ( core ) | Main JIT ingest, lowering, conversion and execution implementations |
192
194
| [ ** cpp** ] ( cpp ) | C++ specific components including API and example applications |
193
195
| [ ** cpp/api** ] ( cpp/api ) | C++ API for TRTorch |
196
+ | [ ** py** ] ( py ) | Python API for TRTorch |
194
197
| [ ** tests** ] ( tests ) | Unit test for TRTorch |
195
198
196
199
## Contributing
You can’t perform that action at this time.
0 commit comments