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/IR/__init__.py
onnxeditor/IR/base/__init__.py
onnxeditor/IR/base/graph.py
onnxeditor/IR/base/node.py
onnxeditor/IR/base/obj.py
onnxeditor/IR/base/variable.py
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/ui/__init__.py
onnxeditor/gui/ui/iosummary/__init__.py
onnxeditor/gui/ui/iosummary/iosummary.py
onnxeditor/gui/ui/iosummary/iosummary.ui
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/port/__init__.py
onnxeditor/ir/port/exp.py
onnxeditor/ir/port/imp.py
tests/test_gui.py
tests/test_ir.py
tests/test_onnx_rw.py