oramasearch / onnx-go

onnx-go gives the ability to import a pre-trained neural network within Go without being linked to a framework or library.
https://blog.owulveryck.info/2019/04/03/from-a-project-to-a-product-the-state-of-onnx-go.html
MIT License
704 stars 72 forks source link

refactor(backend/testbackend/onnx): reduce cyclomatic complexity #155

Closed rlespinasse closed 5 years ago

rlespinasse commented 5 years ago

Linked to #130

codecov[bot] commented 5 years ago

Codecov Report

Merging #155 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #155   +/-   ##
=======================================
  Coverage   86.45%   86.45%           
=======================================
  Files         395      395           
  Lines       10494    10494           
=======================================
  Hits         9073     9073           
  Misses       1225     1225           
  Partials      196      196

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 f0beec5...99ee841. Read the comment docs.

owulveryck commented 5 years ago

Thank you; I apologize for the mess in the generate command :D

rlespinasse commented 5 years ago

@owulveryck that not a mess, it's just work in progress 😄