zheng-da commented on a change in pull request #11918: Improve scatter_nd doc URL: https://github.com/apache/incubator-mxnet/pull/11918#discussion_r205935638
########## File path: src/operator/tensor/indexing_op.cc ########## @@ -601,6 +603,17 @@ Examples:: shape = (2, 2) scatter_nd(data, indices, shape) = [[0, 0], [2, 3]] Review comment: the code can actually run? ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
