-
Hi, I'm trying to build the MXNet code for android platform, unfortunately when I do this using the Dockerfile.build.android to create the environment and build_android_armv7 function from runtime_functions.sh inside the environment I do not get the required op.h header file generated. Same happens if I want to just build it for ubuntu cpu, the USE_CPP_PACKAGE flag is set as "ON" but no op.h. header is generated even though the build is successful. Is there something specific that needs to be done to generate that header? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for reporting the problem. Are you using the v1.x branch? USE_CPP_PACKAGE currently takes no effect in master branch as the C++ API will be refactored for integrating with the new FFI. |
Beta Was this translation helpful? Give feedback.
Thanks for reporting the problem. Are you using the v1.x branch? USE_CPP_PACKAGE currently takes no effect in master branch as the C++ API will be refactored for integrating with the new FFI.