JDAI-CV / DNNLibrary

Daquexian's NNAPI Library. ONNX + Android NNAPI
Apache License 2.0
346 stars 59 forks source link

error: use of undeclared identifier 'ONNX_NAMESPACE' #66

Open yurivict opened 4 years ago

yurivict commented 4 years ago

Here https://github.com/JDAI-CV/DNNLibrary/blob/master/include/tools/onnx2daq/OnnxConverter.h#L57 you use ONNX_NAMESPACE but the included header onnx/onnx_pb.h doesn't define this namespace.

daquexian commented 4 years ago

Are you using cmake? :) ONNX_NAMESPACE is defined in cmake via compile definitions

yurivict commented 4 years ago

Yes, I am using cmake.

daquexian commented 4 years ago

could you please provide your system info like OS version, cmake version and the commands you used for building onnx2dnn?