2 lines
64 B
Python
2 lines
64 B
Python
|
|
import tensorrt as trt
|
||
|
|
print('TensorRT', trt.__version__, 'OK!')
|