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

◆ NN_zeros()

Tensor * NN_zeros ( size_t  ndim,
const size_t *  shape,
DataType  dtype 
)

Returns a tensor filled with the scalar value 0.

Parameters
ndimnumber of dimensions
shapeshape of tensor
dtypedata type
Returns
Tensor