pykeio / ort

Fast ML inference & training for Rust with ONNX Runtime
https://ort.pyke.io/
Apache License 2.0
859 stars 100 forks source link

fix: fix x86 Windows build #218

Closed qryxip closed 4 months ago

qryxip commented 4 months ago

Replaces extern "C" of BoundOperator's methods with extern_system_fn!.

Fixes #64 that recurred.

I don't know x86 Windows build works, but at least it compiles from now.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 73 lines in your changes missing coverage. Please review.

Project coverage is 47.46%. Comparing base (668260c) to head (af834a0).

Files Patch % Lines
src/operator/bound.rs 0.00% 73 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #218 +/- ## ========================================== - Coverage 47.84% 47.46% -0.38% ========================================== Files 26 26 Lines 1783 1797 +14 ========================================== Hits 853 853 - Misses 930 944 +14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.