Baremetal-NN
Baremetal-NN API documentation
|
Tensor1D_F16 * nn_tensor1d_f16 | ( | size_t | shape[1], |
const float16_t * | data | ||
) |
nn_tensor1d_f16
Creates a 1D tensor with type F16.
shape | The shape of the tensor. |
data | The data to store in the tensor. |