Int8 TensorCores for Jetson

Hi,

Xavier has Tensor Core.
Could you try the model with trtexec first?

$ /usr/src/tensorrt/bin/trtexec --onnx=[model] --fp16
$ /usr/src/tensorrt/bin/trtexec --onnx=[model] --int8

Thanks.