Skip to content

Commit 3b4a05d

Browse files
Updates introduction guide with additional information
1 parent 0a7fc35 commit 3b4a05d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tripy/docs/pre0_user_guides/00-introduction-to-tripy.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# An Introduction To Tripy
22

33
**Tripy** is a debuggable, Pythonic frontend for [TensorRT](https://developer.nvidia.com/tensorrt),
4-
a deep learning inference compiler:
4+
a deep learning inference compiler.
5+
6+
## API Semantics
7+
8+
Unlike TensorRT's graph-based semantics, Tripy uses a functional style:
59

610
```py
711
# doc: no-print-locals

0 commit comments

Comments
 (0)