README.md 567 Bytes
Newer Older
1
# Tensorflow-TensorRT integration
2

3
4
5
6
7
Please refer to the
[API for TF 1.x](https://github.com/tensorflow/tensorflow/blob/r1.15/tensorflow/python/compiler/tensorrt/trt_convert.py#L295-L325)
and
[API for TF 2.0](https://github.com/tensorflow/tensorflow/blob/r2.0/tensorflow/python/compiler/tensorrt/trt_convert.py#L766-L859)
for how to use TF-TRT.
8

9
Also see:
10

11
12
- [TF-TRT repository](https://github.com/tensorflow/tensorrt) for conversion examples of various models.
- [NVIDIA TF-TRT User Guide](https://docs.nvidia.com/deeplearning/frameworks/tf-trt-user-guide/index.html)