menu
dart_torch package
documentation
nn/value_vector.dart
ValueVector
softmax method
softmax method
dark_mode
light_mode
softmax
method
ValueVector
softmax
(
)
Implementation
ValueVector softmax() { return ValueVector(Value.softmax(values)); }
dart_torch package
documentation
nn/value_vector
ValueVector
softmax method
ValueVector class