ggml_op class abstract

available tensor operations:

Constructors

ggml_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_OP_ACC → const int
GGML_OP_ADD → const int
GGML_OP_ADD1 → const int
GGML_OP_ADD_REL_POS → const int
GGML_OP_ALIBI → const int
GGML_OP_ARGMAX → const int
GGML_OP_CLAMP → const int
GGML_OP_CONCAT → const int
GGML_OP_CONT → const int
GGML_OP_CONV_TRANSPOSE_1D → const int
GGML_OP_CONV_TRANSPOSE_2D → const int
GGML_OP_COUNT → const int
GGML_OP_CPY → const int
GGML_OP_CROSS_ENTROPY_LOSS → const int
GGML_OP_CROSS_ENTROPY_LOSS_BACK → const int
GGML_OP_DIAG → const int
GGML_OP_DIAG_MASK_INF → const int
GGML_OP_DIAG_MASK_ZERO → const int
GGML_OP_DIV → const int
GGML_OP_DUP → const int
GGML_OP_FLASH_ATTN → const int
GGML_OP_FLASH_ATTN_BACK → const int
GGML_OP_FLASH_FF → const int
GGML_OP_GET_REL_POS → const int
GGML_OP_GET_ROWS → const int
GGML_OP_GET_ROWS_BACK → const int
GGML_OP_GROUP_NORM → const int
GGML_OP_IM2COL → const int
GGML_OP_LOG → const int
GGML_OP_MAP_BINARY → const int
GGML_OP_MAP_CUSTOM1 → const int
GGML_OP_MAP_CUSTOM1_F32 → const int
GGML_OP_MAP_CUSTOM2 → const int
GGML_OP_MAP_CUSTOM2_F32 → const int
GGML_OP_MAP_CUSTOM3 → const int
GGML_OP_MAP_CUSTOM3_F32 → const int
GGML_OP_MAP_UNARY → const int
GGML_OP_MEAN → const int
GGML_OP_MUL → const int
GGML_OP_MUL_MAT → const int
GGML_OP_NONE → const int
GGML_OP_NORM → const int
normalize
GGML_OP_OUT_PROD → const int
GGML_OP_PERMUTE → const int
GGML_OP_POOL_1D → const int
GGML_OP_POOL_2D → const int
GGML_OP_REPEAT → const int
GGML_OP_REPEAT_BACK → const int
GGML_OP_RESHAPE → const int
GGML_OP_RMS_NORM → const int
GGML_OP_RMS_NORM_BACK → const int
GGML_OP_ROPE → const int
GGML_OP_ROPE_BACK → const int
GGML_OP_SCALE → const int
GGML_OP_SET → const int
GGML_OP_SILU_BACK → const int
GGML_OP_SOFT_MAX → const int
GGML_OP_SOFT_MAX_BACK → const int
GGML_OP_SQR → const int
GGML_OP_SQRT → const int
GGML_OP_SUB → const int
GGML_OP_SUM → const int
GGML_OP_SUM_ROWS → const int
GGML_OP_TRANSPOSE → const int
GGML_OP_UNARY → const int
GGML_OP_UPSCALE → const int
nearest interpolate
GGML_OP_VIEW → const int
GGML_OP_WIN_PART → const int
GGML_OP_WIN_UNPART → const int