Currently Relay `gather_nd` op uses the [mxnet 
semantic](https://mxnet.apache.org/api/python/docs/api/ndarray/op/index.html#mxnet.ndarray.op.gather_nd),
 which each column in `indices` indicates the indices in `data`. However, 
Tensorflow 
[`gather_nd`](https://www.tensorflow.org/api_docs/python/tf/gather_nd) uses 
each row to indicate the indices. 

Let's use this topic is to discuss whether we should change the current 
semantics from mxnet `gather_nd` to tf `gather_nd`.

cc @kazum @srkreddy1238 @Laurawly





---
[Visit Topic](https://discuss.tvm.ai/t/gather-nd-semantics/6243/1) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.ai/email/unsubscribe/b2a6a3133524ef8c6293056347df7822b8e0cdfaa4923d442cf6fe6af0452328).

Reply via email to