call method

  1. @override
Tensor<Matrix> call(
  1. Tensor input
)
override

Implementation

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