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