ggml_type class abstract
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_COUNT → const int
- GGML_TYPE_F16 → const int
- GGML_TYPE_F32 → const int
- GGML_TYPE_I8 → const int
- GGML_TYPE_I16 → const int
- GGML_TYPE_I32 → const int
- GGML_TYPE_IQ2_XS → const int
- GGML_TYPE_IQ2_XXS → const int
- GGML_TYPE_IQ3_XXS → const int
- GGML_TYPE_Q2_K → const int
- k-quantizations
- 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