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

Fix onnx pads #27

Closed daquexian closed 3 years ago

daquexian commented 3 years ago

Ref: https://github.com/onnx/onnx/blob/master/docs/Operators.md#attributes-12

pads format should be as follow [x1_begin, x2_begin...x1_end, x2_end,...]