ThanatosShinji / onnx-tool

A parser, editor and profiler tool for ONNX models.
https://pypi.org/project/onnx-tool/
MIT License
399 stars 52 forks source link

Shape infer with correct dtype #47

Closed ThanatosShinji closed 1 year ago

ThanatosShinji commented 1 year ago

A new shape_infer implementation which creates the correct tensor dtype.

ThanatosShinji commented 1 year ago

The Sequence type of ONNX proto is not planned for support. E.g. seq(map(int64, float)), seq(map(string, float)).