TRT 7 - NHWC support?

Hi,

NHWC is supported in TRT.

Using NHWC will have some benefit according to device you use. In general:

  • with tensor cores, NHWC is (generally) preferred.
  • for non-tensor-core, NCHW is preferred.

Thanks