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

◆ nn_nchw_to_nhwc_f32()

void nn_nchw_to_nhwc_f32 ( Tensor4D_F32 out,
const Tensor4D_F32 in 
)

Converts a 4D tensor from NCHW format to NHWC format.

nn_nchw_to_nhwc_f32

Parameters
outThe output tensor.
inThe input tensor.