Applies the ReLU function element-wise to the input tensor.
@override Tensor<Matrix> call(Tensor<dynamic> input) { return reluMatrix(input as Tensor<Matrix>); }