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

◆ NN_copy()

void NN_copy ( Tensor dst,
const Tensor src 
)

Copies values from one tensor to another

If the data types of the two tensors are different, the values are casted to the destination data type

Parameters
dstdestination tensor
srcsource tensor