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