ggml_type enum

Inheritance
Available extensions

Values

GGML_TYPE_F32 → const ggml_type
const ggml_type(0)
GGML_TYPE_F16 → const ggml_type
const ggml_type(1)
GGML_TYPE_Q4_0 → const ggml_type
const ggml_type(2)
GGML_TYPE_Q4_1 → const ggml_type
const ggml_type(3)
GGML_TYPE_Q5_0 → const ggml_type
const ggml_type(6)
GGML_TYPE_Q5_1 → const ggml_type
const ggml_type(7)
GGML_TYPE_Q8_0 → const ggml_type
const ggml_type(8)
GGML_TYPE_Q8_1 → const ggml_type
const ggml_type(9)
GGML_TYPE_Q2_K → const ggml_type
const ggml_type(10)
GGML_TYPE_Q3_K → const ggml_type
const ggml_type(11)
GGML_TYPE_Q4_K → const ggml_type
const ggml_type(12)
GGML_TYPE_Q5_K → const ggml_type
const ggml_type(13)
GGML_TYPE_Q6_K → const ggml_type
const ggml_type(14)
GGML_TYPE_Q8_K → const ggml_type
const ggml_type(15)
GGML_TYPE_IQ2_XXS → const ggml_type
const ggml_type(16)
GGML_TYPE_IQ2_XS → const ggml_type
const ggml_type(17)
GGML_TYPE_IQ3_XXS → const ggml_type
const ggml_type(18)
GGML_TYPE_IQ1_S → const ggml_type
const ggml_type(19)
GGML_TYPE_IQ4_NL → const ggml_type
const ggml_type(20)
GGML_TYPE_IQ3_S → const ggml_type
const ggml_type(21)
GGML_TYPE_IQ2_S → const ggml_type
const ggml_type(22)
GGML_TYPE_IQ4_XS → const ggml_type
const ggml_type(23)
GGML_TYPE_I8 → const ggml_type
const ggml_type(24)
GGML_TYPE_I16 → const ggml_type
const ggml_type(25)
GGML_TYPE_I32 → const ggml_type
const ggml_type(26)
GGML_TYPE_I64 → const ggml_type
const ggml_type(27)
GGML_TYPE_F64 → const ggml_type
const ggml_type(28)
GGML_TYPE_IQ1_M → const ggml_type
const ggml_type(29)
GGML_TYPE_BF16 → const ggml_type
const ggml_type(30)
GGML_TYPE_TQ1_0 → const ggml_type
const ggml_type(34)
GGML_TYPE_TQ2_0 → const ggml_type
const ggml_type(35)
GGML_TYPE_MXFP4 → const ggml_type
const ggml_type(39)
GGML_TYPE_NVFP4 → const ggml_type
const ggml_type(40)
GGML_TYPE_Q1_0 → const ggml_type
const ggml_type(41)
GGML_TYPE_COUNT → const ggml_type
const ggml_type(42)

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_type

Constants

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