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

◆ nn_tensor1d_f32()

Tensor1D_F32 * nn_tensor1d_f32 ( size_t  shape[1],
const float *  data 
)

nn_tensor1d_f32

Creates a 1D tensor with type F32.

Parameters
shapeThe shape of the tensor.
dataThe data to store in the tensor.