OAID / Tengine-Convert-Tools

Tengine Convert Tool supports converting multi framworks' models into tmfile that suitable for Tengine-Lite AI framework.
Apache License 2.0
94 stars 34 forks source link

add the hardswish of onnx #38

Closed BUG1989 closed 3 years ago

BUG1989 commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #38 (4b5a960) into master (78a5b08) will decrease coverage by 0.52%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
- Coverage   28.34%   27.82%   -0.53%     
==========================================
  Files         114       37      -77     
  Lines       10612    10514      -98     
==========================================
- Hits         3008     2925      -83     
+ Misses       7604     7589      -15     
Impacted Files Coverage Δ
tools/onnx/onnx_serializer.cpp 18.69% <0.00%> (+0.08%) :arrow_up:
tools/convert_model_to_tm.cpp 62.76% <100.00%> (+1.22%) :arrow_up:
tools/include/mxnet_serializer.hpp 63.63% <0.00%> (-5.60%) :arrow_down:
tools/include/darknet_serializer.hpp 50.00% <0.00%> (-5.56%) :arrow_down:
tools/include/tf_lite_serializer.hpp 76.47% <0.00%> (-3.53%) :arrow_down:
tools/include/caffe_serializer.hpp 60.00% <0.00%> (-2.50%) :arrow_down:
tools/include/tf_serializer.hpp 0.00% <0.00%> (-1.86%) :arrow_down:
tools/tf_lite/util.cpp 3.03% <0.00%> (-0.97%) :arrow_down:
tools/caffe/caffe_serializer.cpp 49.57% <0.00%> (-0.05%) :arrow_down:
tools/include/src_serializer.hpp 0.00% <0.00%> (ø)
... and 80 more

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 78a5b08...4b5a960. Read the comment docs.