Data organization of Tensor in cudnn

Hello, I have a basic question.

If TensorNdDescriptor(N, C), the organization of data array should be x00, x10, … ,x(N-1)0, x01, x11, … , X(N-1)1, … , x0(C-1), x1(C-1), … , X(N-1)(C-1). Is that right?

Thank you very much