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

支持ONNX模型转换时slice算子设置默认参数 #49

Closed crouchggj closed 3 years ago

crouchggj commented 3 years ago

防止某些导出的ONNX不到step参数而导致的模型推理异常。

codecov[bot] commented 3 years ago

Codecov Report

Merging #49 (0bcfb00) into master (cf813c6) will decrease coverage by 0.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
- Coverage   27.76%   27.75%   -0.02%     
==========================================
  Files          36       36              
  Lines       10547    10551       +4     
==========================================
  Hits         2928     2928              
- Misses       7619     7623       +4     
Impacted Files Coverage Δ
tools/onnx/onnx_serializer.cpp 18.96% <0.00%> (-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 cf813c6...0bcfb00. Read the comment docs.