@override Tensor<Vector> call(Tensor<dynamic> input) { return vectorELU(input as Tensor<Vector>, alpha: alpha); }