ggml_unary_op enum

Inheritance
Available extensions

Values

GGML_UNARY_OP_ABS → const ggml_unary_op
const ggml_unary_op(0)
GGML_UNARY_OP_SGN → const ggml_unary_op
const ggml_unary_op(1)
GGML_UNARY_OP_NEG → const ggml_unary_op
const ggml_unary_op(2)
GGML_UNARY_OP_STEP → const ggml_unary_op
const ggml_unary_op(3)
GGML_UNARY_OP_TANH → const ggml_unary_op
const ggml_unary_op(4)
GGML_UNARY_OP_ELU → const ggml_unary_op
const ggml_unary_op(5)
GGML_UNARY_OP_RELU → const ggml_unary_op
const ggml_unary_op(6)
GGML_UNARY_OP_SIGMOID → const ggml_unary_op
const ggml_unary_op(7)
GGML_UNARY_OP_GELU → const ggml_unary_op
const ggml_unary_op(8)
GGML_UNARY_OP_GELU_QUICK → const ggml_unary_op
const ggml_unary_op(9)
GGML_UNARY_OP_SILU → const ggml_unary_op
const ggml_unary_op(10)
GGML_UNARY_OP_HARDSWISH → const ggml_unary_op
const ggml_unary_op(11)
GGML_UNARY_OP_HARDSIGMOID → const ggml_unary_op
const ggml_unary_op(12)
GGML_UNARY_OP_EXP → const ggml_unary_op
const ggml_unary_op(13)
GGML_UNARY_OP_COUNT → const ggml_unary_op
const ggml_unary_op(14)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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

Static Methods

fromValue(int value) ggml_unary_op

Constants

values → const List<ggml_unary_op>
A constant List of the values in this enum, in order of their declaration.