├── LICENSE ├── README.md ├── onnx.proto ├── onnx_edit.py └── onnx_summarize.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabh-shandilya/onnx-utils/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabh-shandilya/onnx-utils/HEAD/README.md -------------------------------------------------------------------------------- /onnx.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabh-shandilya/onnx-utils/HEAD/onnx.proto -------------------------------------------------------------------------------- /onnx_edit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabh-shandilya/onnx-utils/HEAD/onnx_edit.py -------------------------------------------------------------------------------- /onnx_summarize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabh-shandilya/onnx-utils/HEAD/onnx_summarize.py --------------------------------------------------------------------------------