fromValue static method
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
Implementation
static ggml_prec fromValue(int value) => switch (value) {
0 => GGML_PREC_DEFAULT,
1 => GGML_PREC_F32,
_ => throw ArgumentError("Unknown value for ggml_prec: $value"),
};