Jetson orin nano fp16/int8 performance

Hi,

Usually, we recommended to test this with GEMM directly (CUTLASS).

TFLOPS is the GPU computational performance.
A model usually contains layers that might be affected by memory read/write, memory bandwidth, or CPU performance.

Below is some discussion for CUTLASS for your reference:

Thanks.