DOES Jetson TX2 support Tenforflow lite

Hi,

I can run the TFlite model with TensorFlow CPU, but when I run it with TX2 (GPU or CPU), I get some error:

RuntimeError: tensorflow/lite/kernels/dequantize.cc:62 op_context.input->type == kTfLiteUInt8 || op_context.input->type == kTfLiteInt8 was not true.Node number 0 (DEQUANTIZE) failed to prepare

So I come here to find if TX2 TensorFlow supports TFlite models.

Thank you.