You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The files
onnx.pb-c.c
andonnx.pb-c.h
were generated from onnx fileonnx.proto
some time ago, but that file changes across different versions. It can be easily generated with:onnx_generator
should also take the latest availableonnx.proto
and regenerateonnx.pb-c.c
andonnx.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.The text was updated successfully, but these errors were encountered: