LayerNorm(this.normalizedShape, {this.eps = 1e-5}) { weight = Tensor.ones([normalizedShape]); bias = Tensor.zeros([normalizedShape]); }