# onnx-tools **Repository Path**: echo_lin/onnx-tools ## Basic Information - **Project Name**: onnx-tools - **Description**: No description available - **Primary Language**: Python - **License**: 0BSD - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-04 - **Last Updated**: 2021-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## build_onnx_node.py - Build one new onnx model based on one or more operators and save all nodes to a graph/model. ## modify_onnx_node.py - Modify one existed onnx model by appending more operators, and save the new graph to a new model. ## TensorProto DataType - Refer to [Link]((https://deeplearning4j.org/api/latest/onnx/Onnx.TensorProto.DataType.html)). ## [**onnx-simplifier**](https://github.com/daquexian/onnx-simplifier) tool ### Install command - pip3 install -U pip && pip3 install onnx-simplifier ### Usage - python3 -m onnxsim input_onnx_model output_onnx_model