InferenceFramework enum

Supported inference frameworks/runtimes for executing models

Inheritance
Available extensions

Values

onnx → const InferenceFramework
const InferenceFramework('ONNX', 'ONNX Runtime', 'onnx')
llamaCpp → const InferenceFramework
const InferenceFramework('LlamaCpp', 'llama.cpp', 'llama_cpp')
foundationModels → const InferenceFramework
const InferenceFramework('FoundationModels', 'Foundation Models', 'foundation_models')
systemTTS → const InferenceFramework
const InferenceFramework('SystemTTS', 'System TTS', 'system_tts')
fluidAudio → const InferenceFramework
const InferenceFramework('FluidAudio', 'FluidAudio', 'fluid_audio')
builtIn → const InferenceFramework
const InferenceFramework('BuiltIn', 'Built-in', 'built_in')
none → const InferenceFramework
const InferenceFramework('None', 'None', 'none')
unknown → const InferenceFramework
const InferenceFramework('Unknown', 'Unknown', 'unknown')

Properties

analyticsKey String
final
displayName String
final
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
rawValue String
final
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
toC() int

Available on InferenceFramework, provided by the InferenceFrameworkCppBridge extension

Convert to C++ inference framework type
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromRawValue(String value) InferenceFramework

Constants

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