You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/06/27 01:28:37 UTC

[GitHub] [incubator-mxnet] sheep94lion edited a comment on issue #15333: Compile error for custom operators in C

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:
users@infra.apache.org


With regards,
Apache Git Services