Baremetal-NN
Baremetal-NN API documentation
|
Tensor2D_F32 * nn_tensor2d_f32 | ( | size_t | shape[2], |
const float * | data | ||
) |
nn_tensor2d_f32
Creates a 2D tensor with type F32.
shape | The shape of the tensor. |
data | The data to store in the tensor. |