Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.15 - I/O rework #41

Closed
wants to merge 26 commits into from
Closed

v1.15 - I/O rework #41

wants to merge 26 commits into from

Conversation

decahedron1
Copy link
Member

@decahedron1 decahedron1 commented Apr 11, 2023

To resolve #38

@decahedron1 decahedron1 marked this pull request as ready for review April 14, 2023 04:04
@codecov-commenter
Copy link

codecov-commenter commented May 1, 2023

Codecov Report

Merging #41 (c662ee1) into main (8d81f32) will increase coverage by 0.64%.
The diff coverage is 43.73%.

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
+ Coverage   48.57%   49.22%   +0.64%     
==========================================
  Files          19       19              
  Lines        1054     1164     +110     
==========================================
+ Hits          512      573      +61     
- Misses        542      591      +49     
Impacted Files Coverage Δ
build.rs 0.00% <ø> (ø)
src/error.rs 60.00% <ø> (ø)
src/io_binding.rs 0.00% <0.00%> (ø)
src/tensor/ndarray_tensor.rs 100.00% <ø> (ø)
src/tensor/ort_owned_tensor.rs 50.00% <ø> (-23.08%) ⬇️
src/memory.rs 27.65% <10.52%> (-72.35%) ⬇️
src/tensor.rs 28.76% <22.22%> (-15.47%) ⬇️
src/value.rs 52.34% <52.34%> (ø)
src/session.rs 64.43% <52.56%> (-7.12%) ⬇️
src/lib.rs 44.31% <65.21%> (+2.51%) ⬆️
... and 2 more

... and 1 file with indirect coverage changes

@decahedron1 decahedron1 changed the title I/O rework v1.15 - I/O rework Jun 3, 2023
@decahedron1 decahedron1 deleted the io-rework branch February 15, 2024 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IO overhaul
5 participants