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

◆ NN_neg()

void NN_neg ( Tensor out,
const Tensor input 
)

Returns a tensor with the negative of the elements of input.

out = -1 x input

Parameters
outthe output tensor
inputthe input tensor