Getting Started with TensorRT#
Installation#
For installation instructions, please refer to https://docs.nvidia.com/deeplearning/sdk/tensorrt-install-guide/index.html
Samples#
For information about samples, please refer to https://docs.nvidia.com/deeplearning/sdk/tensorrt-developer-guide/index.html#python_samples_section
Operator Documentation#
For more information, including examples, refer to the TensorRT Operator’s Reference documentation.
Installing cuda-python
#
Although not required by the TensorRT Python API, cuda-python
is used in several samples. For installation instructions, refer to the CUDA Python Installation documentation.