dort 0.1.1
dort: ^0.1.1 copied to clipboard
ONNX Runtime inference for Dart, powered by the ort Rust crate.
0.1.1 #
- Bundled the Android C++ runtime required by ONNX Runtime.
- Converted native session creation panics into Dart-visible errors.
0.1.0 #
- Initial release.
- Load ONNX models via
Session.load(). - Run inference with f32 and i64 tensor inputs.
- ONNX Runtime statically linked via Dart Native Assets.
- Supports macOS, Linux, Windows, iOS, Android.