[quote="kazum, post:6, topic:6243"]
in_indices
[/quote]
ha-haļ¼great.
can you help me review my pull request about cumsum? thanks.
https://github.com/apache/incubator-tvm/pull/5289
---
[Visit Topic](https://discuss.tvm.ai/t/gather-nd-semantics/6243/7) to respond.
You are receiving this be
https://github.com/apache/incubator-tvm/pull/5289
---
[Visit
Topic](https://discuss.tvm.ai/t/add-tensorflow-cumsum-please-help-review/6299/1)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.ai/e
seems incorrect, can not pass my test case@kazum
```python
###
# GatherNd
# --
def _gather_nd(in_shape, indices):
"""test operator GatherNd"""
np_indices = np.asarray(indices, dtype='int32')
tf