nbigaouette / onnxruntime-rs

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

Re-export ndarray #45

Closed nbigaouette closed 3 years ago

nbigaouette commented 3 years ago

Since the public API depends on ndarray, downstream user need to add it in their Cargo.toml.

This re-export allows downstream user not to add the dependency in their Cargo.toml.

Closes #44.

codecov-io commented 3 years ago

Codecov Report

Merging #45 (0cadee1) into master (4a02bc0) will decrease coverage by 5.04%. The diff coverage is 23.80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
- Coverage   19.18%   14.13%   -5.05%     
==========================================
  Files          17       18       +1     
  Lines         610      962     +352     
==========================================
+ Hits          117      136      +19     
- Misses        493      826     +333     
Impacted Files Coverage Δ
...runtime-sys/src/generated/macos/x86_64/bindings.rs 0.00% <ø> (ø)
onnxruntime/src/session.rs 0.00% <0.00%> (ø)
onnxruntime/src/lib.rs 32.53% <41.02%> (+7.53%) :arrow_up:
onnxruntime/src/environment.rs 89.83% <100.00%> (+8.47%) :arrow_up:
onnxruntime/src/memory.rs 93.33% <100.00%> (ø)
onnxruntime/src/tensor/ort_tensor.rs 82.35% <100.00%> (ø)

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 b24b4cd...0cadee1. Read the comment docs.