chainer / onnx-chainer

Add-on package for ONNX format support in Chainer
MIT License
85 stars 24 forks source link

Move implicit input manager to Context #226

Closed disktnk closed 5 years ago

disktnk commented 5 years ago

To support overwriting input name manually. fixes #225

codecov-io commented 5 years ago

Codecov Report

Merging #226 into master will increase coverage by 0.23%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #226      +/-   ##
==========================================
+ Coverage   90.22%   90.45%   +0.23%     
==========================================
  Files          24       24              
  Lines        1555     1551       -4     
==========================================
  Hits         1403     1403              
+ Misses        152      148       -4
Impacted Files Coverage Δ
onnx_chainer/export.py 93.18% <100%> (ø) :arrow_up:
onnx_chainer/context.py 98.43% <100%> (+0.02%) :arrow_up:
onnx_chainer/functions/normalization.py 95% <100%> (+4.52%) :arrow_up:
onnx_chainer/graph.py 95.6% <100%> (-0.05%) :arrow_down:

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 7eebbf2...1d3feb9. Read the comment docs.