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

Add ONNXEinsum to symbolic shape inference #76

Closed tbennun closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #76 (c3fac0b) into master (bb351cf) will decrease coverage by 0.80%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
- Coverage   90.94%   90.14%   -0.80%     
==========================================
  Files          48       48              
  Lines        4216     4250      +34     
==========================================
- Hits         3834     3831       -3     
- Misses        382      419      +37     
Impacted Files Coverage Δ
.../onnx/op_implementations/img_op_implementations.py 76.44% <0.00%> (-15.32%) :arrow_down:
daceml/util/utils.py 90.53% <0.00%> (-0.87%) :arrow_down:
...ml/onnx/op_implementations/pure_implementations.py 81.74% <0.00%> (-0.65%) :arrow_down:
daceml/pytorch/module.py 84.77% <0.00%> (ø)
daceml/onnx/nodes/onnx_op.py 94.24% <0.00%> (ø)
daceml/onnx/onnx_importer.py 95.55% <0.00%> (ø)
daceml/onnx/nodes/node_codegen.py 89.69% <0.00%> (ø)
daceml/onnx/schema.py 95.62% <0.00%> (+0.06%) :arrow_up:
daceml/onnx/op_implementations/utils.py 100.00% <0.00%> (+1.59%) :arrow_up:

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 bb351cf...c3fac0b. Read the comment docs.