ggml_op enum

Inheritance
Available extensions

Values

GGML_OP_NONE → const ggml_op
const ggml_op(0)
GGML_OP_DUP → const ggml_op
const ggml_op(1)
GGML_OP_ADD → const ggml_op
const ggml_op(2)
GGML_OP_ADD1 → const ggml_op
const ggml_op(3)
GGML_OP_ACC → const ggml_op
const ggml_op(4)
GGML_OP_SUB → const ggml_op
const ggml_op(5)
GGML_OP_MUL → const ggml_op
const ggml_op(6)
GGML_OP_DIV → const ggml_op
const ggml_op(7)
GGML_OP_SQR → const ggml_op
const ggml_op(8)
GGML_OP_SQRT → const ggml_op
const ggml_op(9)
GGML_OP_LOG → const ggml_op
const ggml_op(10)
GGML_OP_SIN → const ggml_op
const ggml_op(11)
GGML_OP_COS → const ggml_op
const ggml_op(12)
GGML_OP_SUM → const ggml_op
const ggml_op(13)
GGML_OP_SUM_ROWS → const ggml_op
const ggml_op(14)
GGML_OP_MEAN → const ggml_op
const ggml_op(15)
GGML_OP_ARGMAX → const ggml_op
const ggml_op(16)
GGML_OP_COUNT_EQUAL → const ggml_op
const ggml_op(17)
GGML_OP_REPEAT → const ggml_op
const ggml_op(18)
GGML_OP_REPEAT_BACK → const ggml_op
const ggml_op(19)
GGML_OP_CONCAT → const ggml_op
const ggml_op(20)
GGML_OP_SILU_BACK → const ggml_op
const ggml_op(21)
GGML_OP_NORM → const ggml_op
const ggml_op(22)
GGML_OP_RMS_NORM → const ggml_op
const ggml_op(23)
GGML_OP_RMS_NORM_BACK → const ggml_op
const ggml_op(24)
GGML_OP_GROUP_NORM → const ggml_op
const ggml_op(25)
GGML_OP_MUL_MAT → const ggml_op
const ggml_op(26)
GGML_OP_MUL_MAT_ID → const ggml_op
const ggml_op(27)
GGML_OP_OUT_PROD → const ggml_op
const ggml_op(28)
GGML_OP_SCALE → const ggml_op
const ggml_op(29)
GGML_OP_SET → const ggml_op
const ggml_op(30)
GGML_OP_CPY → const ggml_op
const ggml_op(31)
GGML_OP_CONT → const ggml_op
const ggml_op(32)
GGML_OP_RESHAPE → const ggml_op
const ggml_op(33)
GGML_OP_VIEW → const ggml_op
const ggml_op(34)
GGML_OP_PERMUTE → const ggml_op
const ggml_op(35)
GGML_OP_TRANSPOSE → const ggml_op
const ggml_op(36)
GGML_OP_GET_ROWS → const ggml_op
const ggml_op(37)
GGML_OP_GET_ROWS_BACK → const ggml_op
const ggml_op(38)
GGML_OP_DIAG → const ggml_op
const ggml_op(39)
GGML_OP_DIAG_MASK_INF → const ggml_op
const ggml_op(40)
GGML_OP_DIAG_MASK_ZERO → const ggml_op
const ggml_op(41)
GGML_OP_SOFT_MAX → const ggml_op
const ggml_op(42)
GGML_OP_SOFT_MAX_BACK → const ggml_op
const ggml_op(43)
GGML_OP_ROPE → const ggml_op
const ggml_op(44)
GGML_OP_ROPE_BACK → const ggml_op
const ggml_op(45)
GGML_OP_CLAMP → const ggml_op
const ggml_op(46)
GGML_OP_CONV_TRANSPOSE_1D → const ggml_op
const ggml_op(47)
GGML_OP_IM2COL → const ggml_op
const ggml_op(48)
GGML_OP_IM2COL_BACK → const ggml_op
const ggml_op(49)
GGML_OP_CONV_TRANSPOSE_2D → const ggml_op
const ggml_op(50)
GGML_OP_POOL_1D → const ggml_op
const ggml_op(51)
GGML_OP_POOL_2D → const ggml_op
const ggml_op(52)
GGML_OP_POOL_2D_BACK → const ggml_op
const ggml_op(53)
GGML_OP_UPSCALE → const ggml_op
const ggml_op(54)
GGML_OP_PAD → const ggml_op
const ggml_op(55)
GGML_OP_ARANGE → const ggml_op
const ggml_op(56)
GGML_OP_TIMESTEP_EMBEDDING → const ggml_op
const ggml_op(57)
GGML_OP_ARGSORT → const ggml_op
const ggml_op(58)
GGML_OP_LEAKY_RELU → const ggml_op
const ggml_op(59)
GGML_OP_FLASH_ATTN_EXT → const ggml_op
const ggml_op(60)
GGML_OP_FLASH_ATTN_BACK → const ggml_op
const ggml_op(61)
GGML_OP_SSM_CONV → const ggml_op
const ggml_op(62)
GGML_OP_SSM_SCAN → const ggml_op
const ggml_op(63)
GGML_OP_WIN_PART → const ggml_op
const ggml_op(64)
GGML_OP_WIN_UNPART → const ggml_op
const ggml_op(65)
GGML_OP_GET_REL_POS → const ggml_op
const ggml_op(66)
GGML_OP_ADD_REL_POS → const ggml_op
const ggml_op(67)
GGML_OP_RWKV_WKV6 → const ggml_op
const ggml_op(68)
GGML_OP_UNARY → const ggml_op
const ggml_op(69)
GGML_OP_MAP_UNARY → const ggml_op
const ggml_op(70)
GGML_OP_MAP_BINARY → const ggml_op
const ggml_op(71)
GGML_OP_MAP_CUSTOM1_F32 → const ggml_op
const ggml_op(72)
GGML_OP_MAP_CUSTOM2_F32 → const ggml_op
const ggml_op(73)
GGML_OP_MAP_CUSTOM3_F32 → const ggml_op
const ggml_op(74)
GGML_OP_MAP_CUSTOM1 → const ggml_op
const ggml_op(75)
GGML_OP_MAP_CUSTOM2 → const ggml_op
const ggml_op(76)
GGML_OP_MAP_CUSTOM3 → const ggml_op
const ggml_op(77)
GGML_OP_CROSS_ENTROPY_LOSS → const ggml_op
const ggml_op(78)
GGML_OP_CROSS_ENTROPY_LOSS_BACK → const ggml_op
const ggml_op(79)
GGML_OP_OPT_STEP_ADAMW → const ggml_op
const ggml_op(80)
GGML_OP_COUNT → const ggml_op
const ggml_op(81)

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_op

Constants

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