LayerNormalization constructor

LayerNormalization({
  1. double epsilon = 1e-5,
})

Implementation

LayerNormalization({this.epsilon = 1e-5});