microsoft / hummingbird

Hummingbird compiles trained ML models into tensor computation for faster inference.
MIT License
3.32k stars 274 forks source link

Adding hash to save/load #713

Closed ksaur closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #713 (7d3b03e) into main (78d7d2d) will increase coverage by 0.10%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #713      +/-   ##
==========================================
+ Coverage   90.13%   90.24%   +0.10%     
==========================================
  Files          80       80              
  Lines        4624     4674      +50     
  Branches      847      855       +8     
==========================================
+ Hits         4168     4218      +50     
  Misses        259      259              
  Partials      197      197              
Flag Coverage Δ
unittests 90.24% <100.00%> (+0.10%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...mmingbird/ml/containers/_sklearn_api_containers.py 89.39% <ø> (ø)
hummingbird/ml/_utils.py 88.64% <100.00%> (+0.51%) :arrow_up:
...mmingbird/ml/containers/sklearn/onnx_containers.py 90.84% <100.00%> (+1.00%) :arrow_up:
...ngbird/ml/containers/sklearn/pytorch_containers.py 84.61% <100.00%> (+1.28%) :arrow_up:
...ummingbird/ml/containers/sklearn/tvm_containers.py 94.15% <100.00%> (+0.58%) :arrow_up: