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