LICENSE
MANIFEST.in
README.md
setup.py
onnxeditor/__init__.py
onnxeditor/__main__.py
onnxeditor/onnx_editor.py
onnxeditor.egg-info/PKG-INFO
onnxeditor.egg-info/SOURCES.txt
onnxeditor.egg-info/dependency_links.txt
onnxeditor.egg-info/entry_points.txt
onnxeditor.egg-info/requires.txt
onnxeditor.egg-info/top_level.txt
onnxeditor/gui/__init__.py
onnxeditor/gui/app.py
onnxeditor/gui/graph_editor.py
onnxeditor/gui/main_window.py
onnxeditor/gui/operator.py
onnxeditor/gui/graphics/__init__.py
onnxeditor/gui/graphics/edge.py
onnxeditor/gui/graphics/io_node.py
onnxeditor/gui/graphics/node.py
onnxeditor/gui/graphics/normal_node.py
onnxeditor/gui/graphics/scene.py
onnxeditor/gui/res/__init__.py
onnxeditor/gui/res/res.qrc
onnxeditor/gui/res/img/appicon.ico
onnxeditor/gui/res/img/input.png
onnxeditor/gui/res/img/node.png
onnxeditor/gui/res/img/output.png
onnxeditor/gui/res/img/tensor4.png
onnxeditor/gui/res/img/tensor9.png
onnxeditor/gui/res/img/unused.png
onnxeditor/gui/res/img/var.png
onnxeditor/gui/ui/__init__.py
onnxeditor/gui/ui/datainspector/__init__.py
onnxeditor/gui/ui/datainspector/datainspector.py
onnxeditor/gui/ui/datainspector/datainspector.ui
onnxeditor/gui/ui/findbar/__init__.py
onnxeditor/gui/ui/findbar/findbar.py
onnxeditor/gui/ui/findbar/findbar.ui
onnxeditor/gui/ui/iosummary/__init__.py
onnxeditor/gui/ui/iosummary/iosummary.py
onnxeditor/gui/ui/iosummary/iosummary.ui
onnxeditor/gui/ui/modeleditor/__init__.py
onnxeditor/gui/ui/modeleditor/modeleditor.py
onnxeditor/gui/ui/nodesummary/__init__.py
onnxeditor/gui/ui/nodesummary/nodesummary.py
onnxeditor/gui/ui/nodesummary/nodesummary.ui
onnxeditor/ir/__init__.py
onnxeditor/ir/base/__init__.py
onnxeditor/ir/base/graph.py
onnxeditor/ir/base/model.py
onnxeditor/ir/base/node.py
onnxeditor/ir/base/obj.py
onnxeditor/ir/base/variable.py
onnxeditor/ir/opt/__init__.py
onnxeditor/ir/opt/const_to_var.py
onnxeditor/ir/port/__init__.py
onnxeditor/ir/port/exp.py
onnxeditor/ir/port/imp.py
tests/test_gui.py
tests/test_ir.py
tests/test_onnx_pass.py
tests/test_onnx_rw.py