Hello, could you please tell me, does TensorRT support NHWC inputs without internal forced transpose of inputs? If not, why?
Internally all convolutions are NHWC anyway for Tensor Cores so why is there a NCHW input requirement?
Can we have a simple flag that disables the internal transpose of inputs and outputs?