onnxruntime_plus 1.4.3
onnxruntime_plus: ^1.4.3 copied to clipboard
Flutter FFI plugin for ONNX Runtime with iOS Swift Package Manager support and cross-platform Dart bindings.
1.4.3 #
- Fix doc comments in
list_shape_extension.dartso pub.dev static analysis no longer treats generic type names as HTML. - Point the macOS Swift Package Manager artifact URL at the release-matching tag.
1.4.2 #
- Rename the package to
onnxruntime_plus. - Add iOS Swift Package Manager support using the official ONNX Runtime binary archive.
- Keep CocoaPods fallback support for Apple builds where Swift Package Manager is disabled.
1.4.1 #
- Fixes a memory leak when creating tensor.
1.4.0 #
- Fixes a memory leak when creating tensor.
1.3.0 #
- Attempts to support macOS, Windows and Linux.
1.2.0 #
- Compatible with Gradle8.
1.1.0 #
- Exposes some methods of input and output name.
- Adds some documentation comments.
1.0.0 #
- Initial release.