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