ggml_type class abstract
NOTE: always add types at the end of the enum to keep backward compatibility
Constructors
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_TYPE_BF16 → const int
- GGML_TYPE_COUNT → const int
- GGML_TYPE_IQ4_NL_4_4 = 36, GGML_TYPE_IQ4_NL_4_8 = 37, GGML_TYPE_IQ4_NL_8_8 = 38,
- GGML_TYPE_F16 → const int
- GGML_TYPE_F32 → const int
- GGML_TYPE_F64 → const int
- GGML_TYPE_I8 → const int
- GGML_TYPE_I16 → const int
- GGML_TYPE_I32 → const int
- GGML_TYPE_I64 → const int
- GGML_TYPE_IQ1_M → const int
- GGML_TYPE_IQ1_S → const int
- GGML_TYPE_IQ2_S → const int
- GGML_TYPE_IQ2_XS → const int
- GGML_TYPE_IQ2_XXS → const int
- GGML_TYPE_IQ3_S → const int
- GGML_TYPE_IQ3_XXS → const int
- GGML_TYPE_IQ4_NL → const int
- GGML_TYPE_IQ4_XS → const int
- GGML_TYPE_Q2_K → const int
- GGML_TYPE_Q3_K → const int
- GGML_TYPE_Q4_0 → const int
- GGML_TYPE_Q4_1 → const int
- GGML_TYPE_Q4_K → const int
- GGML_TYPE_Q5_0 → const int
- GGML_TYPE_Q4_2 = 4, support has been removed GGML_TYPE_Q4_3 = 5, support has been removed
- GGML_TYPE_Q5_1 → const int
- GGML_TYPE_Q5_K → const int
- GGML_TYPE_Q6_K → const int
- GGML_TYPE_Q8_0 → const int
- GGML_TYPE_Q8_1 → const int
- GGML_TYPE_Q8_K → const int
- GGML_TYPE_TQ1_0 → const int
- GGML_TYPE_Q4_0_4_4 = 31, support has been removed from gguf files GGML_TYPE_Q4_0_4_8 = 32, GGML_TYPE_Q4_0_8_8 = 33,
- GGML_TYPE_TQ2_0 → const int