ggml_unary_op class abstract

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Constructors

ggml_unary_op()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

GGML_UNARY_OP_ABS → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
GGML_UNARY_OP_COUNT → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
GGML_UNARY_OP_ELU → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
GGML_UNARY_OP_EXP → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
GGML_UNARY_OP_GELU → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
GGML_UNARY_OP_GELU_QUICK → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
GGML_UNARY_OP_HARDSIGMOID → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
GGML_UNARY_OP_HARDSWISH → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
GGML_UNARY_OP_NEG → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
GGML_UNARY_OP_RELU → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
GGML_UNARY_OP_SGN → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
GGML_UNARY_OP_SIGMOID → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
GGML_UNARY_OP_SILU → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
GGML_UNARY_OP_STEP → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
GGML_UNARY_OP_TANH → const int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer