Revision history for ONNX::Runtime
0.0.6 2025-06-16
- The core issue remains: Raku's precompilation system hangs when modules use NativeCall with function pointers obtained at runtime
0.0.5 2025-06-16
- Tested the updated bindings with MNIST model
0.0.4 2025-06-16
- Updated the Raku bindings to use the correct ONNX Runtime C API approach with function pointers
0.0.3 2025-06-16
- README.md update
0.0.2 2025-06-16
- README.md update
0.0.1 2025-06-16
- Initial release
- Basic ONNX Runtime C API bindings
- Support for loading and running ONNX models
- Query model input/output information
- Support for multiple tensor types:
* Float32, Float64 (Double)
* Int8, UInt8, Int16, UInt16, Int32, UInt32, Int64, UInt64
* Boolean
- Automatic memory management
- High-level Raku interface
- Examples and basic tests included