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 2017/12/08 23:44:20 UTC

[GitHub] taliesinb commented on a change in pull request #8949: New layer: split_like.

taliesinb commented on a change in pull request #8949: New layer: split_like.
URL: https://github.com/apache/incubator-mxnet/pull/8949#discussion_r155900554
 
 

 ##########
 File path: src/operator/tensor/elemwise_unary_op_basic.cc
 ##########
 @@ -295,6 +295,51 @@ NNVM_REGISTER_OP(reshape_like)
 .add_argument("rhs", "NDArray-or-Symbol", "Second input.");
 
 
+NNVM_REGISTER_OP(split_like)
 
 Review comment:
   reshape_like doesn't have unit tests either, and this is just a small variation on that op so I didn't have a good model of how to go about adding unit tests. Tell me what to do and I'll do it!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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