Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches

◆ nn_full0d_i32()

Tensor0D_I32 * nn_full0d_i32 ( int32_t  data)

Creates a 0D tensor with type I32 and initializes it to a given value.

nn_full0d_i32

Parameters
dataThe value to initialize the tensor to.
Returns
The created tensor.