ShownX opened a new issue #9998: [Feature Request] batchwise 
gather_nd/scatter_nd
URL: https://github.com/apache/incubator-mxnet/issues/9998
 
 
   ## Description
   Assuming I have a data tensor X and indices tensor Y: X has a shape 
```(batch, N, 3)``` and Y has a shape ```(batch, 1, M)```, I hope there is a 
new operation can do **batch-wise** gather_nd and scatter_nd using the index 
within the batch and gather the data to new tensor ```(batch, M, 3)```

----------------------------------------------------------------
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