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

Add the paddlepaddle serializer #60

Closed BUG1989 closed 3 years ago

BUG1989 commented 3 years ago

support model

support op

codecov[bot] commented 3 years ago

Codecov Report

Merging #60 (e505070) into master (5d78044) will increase coverage by 2.17%. The diff coverage is 84.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   29.77%   31.94%   +2.17%     
==========================================
  Files          37       39       +2     
  Lines       10563    11582    +1019     
==========================================
+ Hits         3145     3700     +555     
- Misses       7418     7882     +464     
Impacted Files Coverage Δ
tools/onnx/onnx_serializer.cpp 28.26% <ø> (-0.48%) :arrow_down:
tools/convert_model_to_tm.cpp 62.76% <50.00%> (ø)
tools/include/paddle_serializer.hpp 63.63% <63.63%> (ø)
tools/paddle/paddle_serializer.cpp 84.98% <84.98%> (ø)
tools/init.cpp 100.00% <100.00%> (ø)

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 5d78044...e505070. Read the comment docs.