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

Add support for boolean input tensors from ndarray. #58

Closed
wants to merge 2 commits into from

Conversation

acewin
Copy link

@acewin acewin commented Jun 7, 2023

adding a missing bit to build boolean input tensors from ndarray

@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Merging #58 (7fa5c78) into main (8d81f32) will increase coverage by 0.34%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #58      +/-   ##
==========================================
+ Coverage   48.57%   48.92%   +0.34%     
==========================================
  Files          19       19              
  Lines        1054     1071      +17     
==========================================
+ Hits          512      524      +12     
- Misses        542      547       +5     
Impacted Files Coverage Δ
src/session.rs 71.76% <0.00%> (+0.20%) ⬆️
src/tensor/ort_tensor.rs 46.75% <0.00%> (+0.70%) ⬆️
src/tensor/type_dynamic_tensor.rs 22.00% <0.00%> (-1.41%) ⬇️

... and 6 files with indirect coverage changes

@decahedron1
Copy link
Member

Thanks for the PR. Bool tensors are now supported in v1.15.0: 447354a

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.

2 participants