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

Fix more naming of torch -> pytorch #107

Closed orausch closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #107 (dc2c4bf) into master (66a6dfc) will increase coverage by 7.47%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
+ Coverage   60.57%   68.05%   +7.47%     
==========================================
  Files          59       59              
  Lines        6810     6810              
==========================================
+ Hits         4125     4634     +509     
+ Misses       2685     2176     -509     
Impacted Files Coverage Δ
daceml/autodiff/torch.py 100.00% <ø> (ø)
.../onnx/op_implementations/img_op_implementations.py 69.58% <0.00%> (-0.38%) :arrow_down:
daceml/onnx/onnx_importer.py 95.12% <0.00%> (+0.81%) :arrow_up:
daceml/onnx/nodes/onnx_op.py 96.11% <0.00%> (+1.06%) :arrow_up:
daceml/torch/module.py 87.36% <0.00%> (+1.15%) :arrow_up:
daceml/torch/dlpack.py 94.94% <0.00%> (+1.27%) :arrow_up:
daceml/autodiff/backward_pass_generator.py 92.42% <0.00%> (+1.33%) :arrow_up:
daceml/torch/dispatchers/cpp_torch_extension.py 94.06% <0.00%> (+1.98%) :arrow_up:
daceml/torch/dispatchers/ctypes_module.py 96.97% <0.00%> (+2.02%) :arrow_up:
daceml/torch/dispatchers/common.py 100.00% <0.00%> (+2.78%) :arrow_up:
... and 11 more

Help us with your feedback. Take ten seconds to tell us how you rate us.