|
Baremetal-NN
Baremetal-NN API documentation
|
| void nn_nhwc_to_nchw_f32 | ( | Tensor4D_F32 * | out, |
| const Tensor4D_F32 * | in | ||
| ) |
Converts a 4D tensor from NHWC format to NCHW format.
nn_nhwc_to_nchw_f32
| out | The output tensor. |
| in | The input tensor. |