sheep94lion edited a comment on issue #15333: Compile error for custom operators in C URL: https://github.com/apache/incubator-mxnet/issues/15333#issuecomment-506102246 The problem is with the type of parameters. It seems you can not use float*. After reading some source code of other operators. I find I can use ``` mxnet::Tuple<float> bbox_mean, bbox_std; ``` What is confusing is the problem is actually in .h file, while the error report refers to the .cc file.
---------------------------------------------------------------- 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
