Baremetal-NN
Baremetal-NN API documentation
|
Tensor0D_F32 * nn_tensor0d_f32 | ( | float | data | ) |
Creates a 0D floating-point data tensor.
This method always allocates memory for the tensor. If data
is specified, it copies the data from data
to the tensor.
data | If specified, the data to copy from and store in the tensor. |