After cp rcnn/CXX_OP/* incubator-mxnet/src/operator/ ,then compile,the errors occuring as follow.
src/operator/./roi_align_v1-inl.h:336:9: error: ‘Fill’ was not declared in this scope
Fill(s, outputs[0], kWriteTo, static_cast(0));
^
/home/user/zhufan-mask/mx-maskrcnn/incubator-mxnet/mshadow/mshadow/./base.h:907:8: note: in definition of macro ‘MSHADOW_REAL_TYPE_SWITCH’
{VA_ARGS}
^
How to slove it?