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

Rename autodiff.library.Array to ParameterArray. #116

Closed orausch closed 2 years ago

orausch commented 2 years ago

With the new dace python frontend feature, having the name 'Array' is no longer required.

codecov[bot] commented 2 years ago

Codecov Report

Merging #116 (bb9b735) into master (b6fc6d3) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #116   +/-   ##
=======================================
  Coverage   69.70%   69.70%           
=======================================
  Files          65       65           
  Lines        7232     7232           
=======================================
  Hits         5041     5041           
  Misses       2191     2191           
Impacted Files Coverage Δ
daceml/autodiff/library/library.py 98.58% <100.00%> (ø)
daceml/autodiff/library/python_frontend.py 94.94% <100.00%> (ø)
daceml/autodiff/library/torch_integration.py 100.00% <100.00%> (ø)
daceml/onnx/nodes/node_codegen.py 89.27% <100.00%> (ø)
daceml/torch/module.py 90.79% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more