dort 0.1.0
dort: ^0.1.0 copied to clipboard
ONNX Runtime inference for Dart, powered by the ort Rust crate.
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.