call method

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

Implementation

@override
Tensor<Matrix> call(Tensor<Matrix> input) {
  return leakyReluMatrix(input, alpha);
}