menu
flutter_ml package
documentation
cpu_version/activationFuncitons/leakyRelu.dart
LeakyReLUVector
call method
call method
dark_mode
light_mode
call
method
@
override
Tensor
<
Vector
>
call
(
Tensor
<
Vector
>
input
)
override
Implementation
@override Tensor<Vector> call(Tensor<Vector> input) { return leakyReluVector(input, alpha); }
flutter_ml package
documentation
cpu_version/activationFuncitons/leakyRelu
LeakyReLUVector
call method
LeakyReLUVector class