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