spcl / daceml

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

Implement IMG ops, Fix autogenerated docs, Update symbolic shape inference, Support BatchNorm #48

Closed orausch closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #48 (f45c40f) into master (dfb50c1) will decrease coverage by 0.68%. The diff coverage is 88.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
- Coverage   93.35%   92.67%   -0.68%     
==========================================
  Files          34       38       +4     
  Lines        2933     3151     +218     
==========================================
+ Hits         2738     2920     +182     
- Misses        195      231      +36     
Impacted Files Coverage Δ
daceml/testing/onnx_subgraph_extractor.py 0.00% <ø> (ø)
daceml/testing/utils.py 37.50% <37.50%> (ø)
daceml/pytorch/module.py 87.91% <40.00%> (-2.89%) :arrow_down:
...ml/onnx/op_implementations/pure_implementations.py 82.70% <82.98%> (-3.37%) :arrow_down:
.../onnx/op_implementations/img_op_implementations.py 91.76% <91.76%> (ø)
daceml/onnx/forward_implementation_abc.py 95.65% <100.00%> (ø)
daceml/onnx/nodes/onnx_op.py 95.91% <100.00%> (+1.64%) :arrow_up:
daceml/onnx/onnx_importer.py 97.41% <100.00%> (+0.23%) :arrow_up:
daceml/onnx/op_implementations/__init__.py 100.00% <100.00%> (ø)
daceml/onnx/op_implementations/utils.py 100.00% <100.00%> (ø)
... and 8 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...f45c40f. Read the comment docs.