dart_onnx 0.1.1
dart_onnx: ^0.1.1 copied to clipboard
A cross-platform Dart package for running ONNX models using ONNX Runtime via Dart FFI.
0.1.1 #
- Fixed an issue where model paths were not correctly parsed on Windows.
0.1.0 #
- Initial release.
- Added ONNX Runtime Dart FFI bindings.
- Added
DartONNXSessionandDartONNXTensorwith optimized memory management. - Added support for configuring Execution Providers (CoreML, NNAPI, etc.) with automatic fallbacks.
- Added an example demonstrating inference with a Hugging Face ONNX model (SmolLM2-135M).
- Added test suites.