eric-haibin-lin commented on a change in pull request #8949: New layer: 
split_like.
URL: https://github.com/apache/incubator-mxnet/pull/8949#discussion_r155906385
 
 

 ##########
 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:
   Thanks for the initiative! 
   You can create a test with some input and compare the output of the operator 
with the expected output. 
   Both forward and backward should be tested. 
   
https://mxnet.incubator.apache.org/versions/master/how_to/add_op_in_backend.html#unit-test
   

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


With regards,
Apache Git Services

Reply via email to