[GitHub] [tvm] tqchen commented on a change in pull request #9023: [TE] Support negative indices

2021-09-21 Thread GitBox
tqchen commented on a change in pull request #9023: URL: https://github.com/apache/tvm/pull/9023#discussion_r713249834 ## File path: include/tvm/te/tensor.h ## @@ -100,6 +100,15 @@ class TensorNode : public DataProducerNode { * or intermediate computation result. */ class

[GitHub] [tvm] tqchen commented on a change in pull request #9023: [TE] Support negative indices

2021-09-15 Thread GitBox
tqchen commented on a change in pull request #9023: URL: https://github.com/apache/tvm/pull/9023#discussion_r709643444 ## File path: src/te/tensor.cc ## @@ -39,15 +39,26 @@ IterVar reduce_axis(Range dom, std::string name) { return IterVar(dom, Var(name) Var var(std::string na