Is it possible to feed unsigned char data into TensorRT rather than float32?

Hi,

TensorRT only supports FP32, FP16, INT32, and INT8: DataType — NVIDIA TensorRT Standard Python API Documentation 8.6.1 documentation

Please refer to this similar topic:

Thanks