ThanatosShinji / onnx-tool

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

add backward_macs api and print format #43

Closed ThanatosShinji closed 1 year ago

ThanatosShinji commented 1 year ago
  1. Graph.profile now profiles each node's forward MACs and backward MACs as a MACs list for each node.
  2. Add one new column for backward MACs data.
  3. fix unregistered bug of QuantizeLinearNode
  4. Reformat file