chainer / onnx-chainer

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

Support Shape operator #193

Closed disktnk closed 5 years ago

disktnk commented 5 years ago

Chainer does not have shape function, but it's better to output shape operator when the graph has shape node which using fake_as_funcnode util.

codecov-io commented 5 years ago

Codecov Report

Merging #193 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #193      +/-   ##
=========================================
+ Coverage   89.57%   89.6%   +0.02%     
=========================================
  Files          24      24              
  Lines        1372    1375       +3     
=========================================
+ Hits         1229    1232       +3     
  Misses        143     143
Impacted Files Coverage Δ
onnx_chainer/mapping.py 90% <ø> (ø) :arrow_up:
onnx_chainer/functions/__init__.py 100% <100%> (ø) :arrow_up:
onnx_chainer/functions/array.py 90.41% <100%> (+0.08%) :arrow_up:

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 ac0963d...bc5805f. Read the comment docs.