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

◆ NN_relu()

void NN_relu ( Tensor y,
const Tensor x 
)

Applies the rectified linear unit function element-wise

y = ReLU(x) = max(x, 0)

Parameters
ythe output tensor
xthe input tensor