rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r367730749
########## File path: src/c_api/c_api.cc ########## @@ -97,9 +97,31 @@ inline int MXAPIGetFunctionRegInfo(const FunRegType *e, } // NOTE: return value is added in API_END +/*! + * \brief Convert NDArray to C type arrays for passing to custom library + */ +void NDArrayToCTypeArray(const std::vector<NDArray>& inputs, Review comment: agree ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
