spcl / daceml

A Data-Centric Compiler for Machine Learning
https://daceml.readthedocs.io
BSD 3-Clause "New" or "Revised" License
82 stars 15 forks source link

Apply transformations to softmax #47

Closed and-ivanov closed 2 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #47 (5e71b85) into master (dfb50c1) will increase coverage by 0.24%. The diff coverage is 94.53%.

:exclamation: Current head 5e71b85 differs from pull request most recent head d784513. Consider uploading reports for the commit d784513 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   93.35%   93.59%   +0.24%     
==========================================
  Files          34       40       +6     
  Lines        2933     3307     +374     
==========================================
+ Hits         2738     3095     +357     
- Misses        195      212      +17     
Impacted Files Coverage Δ
daceml/onnx/__init__.py 100.00% <ø> (ø)
daceml/pytorch/module.py 88.00% <64.71%> (-2.80%) :arrow_down:
...ml/onnx/op_implementations/pure_implementations.py 82.70% <82.98%> (-3.37%) :arrow_down:
daceml/transformation/constant_folding.py 97.48% <85.71%> (+7.07%) :arrow_up:
.../onnx/op_implementations/img_op_implementations.py 91.76% <91.76%> (ø)
daceml/onnx/onnx_importer.py 96.65% <93.94%> (-0.53%) :arrow_down:
daceml/ort_api/python_bindings.py 98.14% <98.14%> (ø)
daceml/ort_api/raw_api_bindings.py 98.21% <98.21%> (ø)
daceml/onnx/binary_utilities/op_checker.py 100.00% <100.00%> (ø)
...nx/binary_utilities/python_onnx_node_evaluation.py 100.00% <100.00%> (ø)
... and 18 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 dfb50c1...d784513. Read the comment docs.