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

◆ NN_rms_norm()

void NN_rms_norm ( Tensor y,
const Tensor x,
const Tensor w,
float  eps 
)

Computes the root mean square normalization of a tensor.

Parameters
xthe input tensor of shape (m, n)
ythe output tensor of shape (m, n)