[GitHub] [incubator-mxnet] wkcn commented on issue #16601: Where is this op.h file ?

2019-10-29 Thread GitBox
wkcn commented on issue #16601: Where is this op.h file ? URL: https://github.com/apache/incubator-mxnet/issues/16601#issuecomment-547727342 @CoinCheung Yes. You can use `python OpWrapperGenerator.py ` to generate the op.h. T

[GitHub] [incubator-mxnet] wkcn commented on issue #16601: Where is this op.h file ?

2019-10-25 Thread GitBox
wkcn commented on issue #16601: Where is this op.h file ? URL: https://github.com/apache/incubator-mxnet/issues/16601#issuecomment-546334583 In `CMakeLists.txt`, `USE_CPP_PACKAGE=OFF` by default, so `op.h` will not be generated. https://github.com/apache/incubator-mxnet/blob/4e03e6ac20

[GitHub] [incubator-mxnet] wkcn commented on issue #16601: Where is this op.h file ?

2019-10-25 Thread GitBox
wkcn commented on issue #16601: Where is this op.h file ? URL: https://github.com/apache/incubator-mxnet/issues/16601#issuecomment-546333623 I use `Makefile` to build MXNet. If using `CMake` to build MXNet, `libmxnet.so` will be created in `incubator-mxnet/build` : ) -

[GitHub] [incubator-mxnet] wkcn commented on issue #16601: Where is this op.h file ?

2019-10-25 Thread GitBox
wkcn commented on issue #16601: Where is this op.h file ? URL: https://github.com/apache/incubator-mxnet/issues/16601#issuecomment-546239390 I use Makefile to compile MXNet. Maybe cmakr approach does not generate op.h. op.h can be generated manually: cd cpp-package/scripts/

[GitHub] [incubator-mxnet] wkcn commented on issue #16601: Where is this op.h file ?

2019-10-24 Thread GitBox
wkcn commented on issue #16601: Where is this op.h file ? URL: https://github.com/apache/incubator-mxnet/issues/16601#issuecomment-546179557 `op.h` will be generated automatically when building MXNet. This is an automated mes