[TVM Discuss] [Development] Gather_nd semantics

2020-04-09 Thread adobay via TVM Discuss
[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

[TVM Discuss] [Development] Add Tensorflow cumsum, please help review

2020-04-08 Thread adobay via TVM Discuss
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

[TVM Discuss] [Development] Gather_nd semantics

2020-04-08 Thread adobay via TVM Discuss
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