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