ELU constructor

ELU({
  1. double alpha = 1.0,
})

Implementation

ELU({this.alpha = 1.0});