Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependancy not controlled: onnx.proto #62

Open
alrevuelta opened this issue Aug 5, 2020 · 0 comments
Open

Dependancy not controlled: onnx.proto #62

alrevuelta opened this issue Aug 5, 2020 · 0 comments

Comments

@alrevuelta
Copy link
Owner

The files onnx.pb-c.c and onnx.pb-c.h were generated from onnx file onnx.proto some time ago, but that file changes across different versions. It can be easily generated with:

protoc --c_out=. onnx.proto

onnx_generator should also take the latest available onnx.proto and regenerate onnx.pb-c.c and onnx.pb-c.h.

Then, if someone wants to target a particular onnx version or opset version, the correct onnx.proto should be provided. Not really sure about this though. Maybe its per se backwards compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant