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
93 stars 34 forks source link

fix onnx pad op since opset 11 #66

Closed zylo117 closed 3 years ago

zylo117 commented 3 years ago

onnx opset 11 moved pads and values from attrs to inputs

codecov[bot] commented 3 years ago

Codecov Report

Merging #66 (f12af62) into master (c81e852) will decrease coverage by 0.04%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
- Coverage   32.11%   32.07%   -0.05%     
==========================================
  Files          39       39              
  Lines       11081    11097      +16     
==========================================
  Hits         3559     3559              
- Misses       7522     7538      +16     
Impacted Files Coverage Δ
tools/onnx/onnx_serializer.cpp 28.04% <0.00%> (-0.26%) :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 c81e852...f12af62. Read the comment docs.