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

fix!: refactored shape of tensors and traits for easier expression of… #19

Merged
merged 1 commit into from
Jul 9, 2022

Conversation

c0dearm
Copy link
Owner

@c0dearm c0dearm commented Jul 9, 2022

… dimensions constraints

@codecov-commenter
Copy link

codecov-commenter commented Jul 9, 2022

Codecov Report

Merging #19 (72fa240) into main (0daf964) will increase coverage by 1.68%.
The diff coverage is 91.68%.

@@            Coverage Diff             @@
##             main      #19      +/-   ##
==========================================
+ Coverage   88.48%   90.17%   +1.68%     
==========================================
  Files          14       16       +2     
  Lines         738      763      +25     
==========================================
+ Hits          653      688      +35     
+ Misses         85       75      -10     
Impacted Files Coverage Δ
src/graph/tape.rs 100.00% <ø> (ø)
src/tensor/constant.rs 85.10% <84.78%> (-14.90%) ⬇️
src/nn/layers/dropout.rs 88.88% <87.50%> (ø)
src/tensor/variable.rs 88.52% <87.50%> (-8.98%) ⬇️
src/tensor/mod.rs 88.88% <88.88%> (+0.88%) ⬆️
src/ops.rs 92.00% <92.00%> (ø)
src/gen.rs 100.00% <100.00%> (ø)
src/graph/node.rs 92.38% <100.00%> (+9.52%) ⬆️
src/lib.rs 100.00% <100.00%> (+2.77%) ⬆️
src/nn/activations.rs 91.30% <100.00%> (ø)
... and 7 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 0daf964...72fa240. Read the comment docs.

@c0dearm c0dearm merged commit 2c1a081 into main Jul 9, 2022
@c0dearm c0dearm deleted the tensor-refactor branch August 27, 2022 20:04
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