LayerNorm(int dim, {this.eps = 1e-5}) : gamma = Tensor.fill([1, dim], 1.0), beta = Tensor.fill([1, dim], 0.0);