nbigaouette / onnxruntime-rs

Rust wrapper for Microsoft's ONNX Runtime (version 1.8)
Apache License 2.0
283 stars 100 forks source link

Update to onnxruntime 1.8.1 #90

Closed nbigaouette closed 3 years ago

nbigaouette commented 3 years ago

Update to onnxruntime 1.8.1

Bindings to be updated:

codecov-commenter commented 3 years ago

Codecov Report

Merging #90 (deb2d0b) into master (312952b) will decrease coverage by 4.98%. The diff coverage is 2.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
- Coverage   16.11%   11.13%   -4.99%     
==========================================
  Files          19       21       +2     
  Lines        1117     1608     +491     
==========================================
- Hits          180      179       -1     
- Misses        937     1429     +492     
Impacted Files Coverage Δ
onnxruntime-sys/build.rs 0.00% <0.00%> (ø)
...runtime-sys/src/generated/linux/x86_64/bindings.rs 0.00% <ø> (ø)
...untime-sys/src/generated/macos/aarch64/bindings.rs 0.00% <0.00%> (ø)
...runtime-sys/src/generated/macos/x86_64/bindings.rs 0.00% <ø> (ø)
onnxruntime/src/download.rs 0.00% <0.00%> (ø)
onnxruntime/src/environment.rs 89.83% <ø> (ø)
onnxruntime/src/error.rs 62.50% <ø> (ø)
onnxruntime/src/lib.rs 41.48% <0.00%> (-1.07%) :arrow_down:
onnxruntime/src/session.rs 0.00% <0.00%> (ø)
onnxruntime/src/tensor/ort_tensor.rs 79.16% <100.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 084226d...deb2d0b. Read the comment docs.