Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches

◆ nn_nhwc_to_nchw_f32()

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

Parameters
outThe output tensor.
inThe input tensor.