Docs
API
norm = nn.RMSNorm(4) t = Tensor.arange(12, dtype=dtypes.number).reshape(3, 4) console.log(t.numpy())
console.log(norm(t).numpy())