Skip to content

yywbxgl/onnx_tools

Repository files navigation

onnx tools

onnx parser && onnx operator convertor && onnx shape inference
and some python script

Limit

support operator limit

environment

pip3 install protobuf==3.8.0  
pip3 install onnx==1.5.0

Usage

# compile
make

# parse onnx model
./bin/onnxParse  models/model.onnx

# onnx operator convert
./bin/op_convert  input.onnx  output_name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published