|
Baremetal-NN
Baremetal-NN API documentation
|
| Tensor1D_F32 * nn_full1d_f32 | ( | size_t | shape[1], |
| float | data | ||
| ) |
Returns a 1D floating-point data tensor filled with the scalar value data, with the shape defined by the 1-element array shape.
nn_full1d_f32
| shape | The shape of the tensor. |
| data | The scalar value to fill the tensor with. |