- Engine build scripts (FP16/INT8) - Benchmark validation scripts - Result parsing and analysis tools - COCO dataset configuration
2 lines
64 B
Python
2 lines
64 B
Python
import tensorrt as trt
|
|
print('TensorRT', trt.__version__, 'OK!') |