Getting Started with TensorRTΒΆ
InstallationΒΆ
For installation instructions, please refer to https://docs.nvidia.com/deeplearning/tensorrt/latest/installing-tensorrt/installing.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.