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