Files
Test_AI/main.py
16337 942244bd88 Add YOLO11 TensorRT quantization benchmark scripts
- Engine build scripts (FP16/INT8)
- Benchmark validation scripts
- Result parsing and analysis tools
- COCO dataset configuration
2026-01-29 13:59:42 +08:00

2 lines
64 B
Python

import tensorrt as trt
print('TensorRT', trt.__version__, 'OK!')