menu
flutter_ml package
documentation
activationFunctions/softmax.dart
Softmax
call method
call method
dark_mode
light_mode
call
method
@
override
Tensor
<
Vector
>
call
(
Tensor
input
)
override
Implementation
@override Tensor<Vector> call(Tensor<dynamic> input) { return softmax(input as Tensor<Vector>); }
flutter_ml package
documentation
activationFunctions/softmax
Softmax
call method
Softmax class