You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tripy is a Python programming model for TensorRT that aims to provide an excellent
5
+
Tripy is a Python programming model for [TensorRT](https://developer.nvidia.com/tensorrt) that aims to provide an excellent
4
6
user experience without compromising performance. Some of the features of Tripy include:
5
7
6
8
-**Intuitive API**: Tripy doesn't reinvent the wheel: If you have used NumPy or
@@ -12,19 +14,48 @@ user experience without compromising performance. Some of the features of Tripy
12
14
that caused it.
13
15
14
16
15
-
<!-- Tripy: DOC: OMIT Start -->
16
-
## Table Of Contents
17
+
## Installation
17
18
18
-
[[_TOC_]]
19
+
<!-- TODO (#release): Include `pip install` instructions here. Also, point to documentation for building mlir-tensorrt from source and using the built python packages. -->
19
20
20
-
<!-- Tripy: DOC: OMIT End -->
21
21
22
-
## Installation
22
+
## Quickstart
23
23
24
-
<!-- TODO (#release): Include `pip install` instructions here -->
24
+
In lazy mode evalulation, Tripy defers computation until it is actually needed:
0 commit comments