Namespace AiDotNet.Onnx
Classes
- OnnxExporter
Exports AiDotNet models to the ONNX format.
- OnnxModelDownloader
Downloads ONNX models from HuggingFace Hub and other repositories.
- OnnxModelMetadata
Metadata about a loaded ONNX model.
- OnnxModelOptions
Configuration options for loading and running ONNX models.
- OnnxModelRepositories
Common ONNX model repositories and their identifiers.
- OnnxModelRepositories.AudioGen
Audio generation models.
- OnnxModelRepositories.Tts
Text-to-speech models.
- OnnxModelRepositories.Whisper
OpenAI Whisper speech recognition models.
- OnnxModel<T>
A wrapper for ONNX models that provides easy-to-use inference with AiDotNet Tensor types.
- OnnxTensorConverter
Converts between AiDotNet Tensor types and ONNX Runtime tensor types.
- OnnxTensorInfo
Information about an ONNX tensor (input or output).
Enums
- GraphOptimizationLevel
Graph optimization levels for ONNX Runtime.
- OnnxExecutionProvider
Specifies the execution provider (hardware accelerator) for ONNX model inference.
- OnnxLogLevel
Log severity levels for ONNX Runtime.