ELUVector constructor

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

Implementation

ELUVector({this.alpha = 1.0});