[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5459: [Relay][Op]Support symbolic TopK, Ones, Zeros and Full

2020-05-26 Thread GitBox
icemelon9 commented on a change in pull request #5459: URL: https://github.com/apache/incubator-tvm/pull/5459#discussion_r430022484 ## File path: src/relay/analysis/util.cc ## @@ -450,6 +451,13 @@ bool IsDataDependant(const CallNode* call) { return false; }

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5459: [Relay][Op]Support symbolic TopK, Ones, Zeros and Full

2020-05-19 Thread GitBox
icemelon9 commented on a change in pull request #5459: URL: https://github.com/apache/incubator-tvm/pull/5459#discussion_r427061276 ## File path: src/relay/transforms/pattern_util.h ## @@ -325,6 +345,65 @@ inline bool IsEqualScalar(const Expr& a, const Expr& b) { return

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5459: [Relay][Op]Support symbolic TopK, Ones, Zeros and Full

2020-05-15 Thread GitBox
icemelon9 commented on a change in pull request #5459: URL: https://github.com/apache/incubator-tvm/pull/5459#discussion_r425950082 ## File path: src/relay/op/tensor/transform.cc ## @@ -47,6 +47,66 @@ namespace tvm { namespace relay { using tir::IntImmNode; +int64_t*

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5459: [Relay][Op]Support symbolic TopK, Ones, Zeros and Full

2020-04-28 Thread GitBox
icemelon9 commented on a change in pull request #5459: URL: https://github.com/apache/incubator-tvm/pull/5459#discussion_r417073724 ## File path: include/tvm/relay/attrs/transform.h ## @@ -110,7 +110,7 @@ struct TakeAttrs : public tvm::AttrsNode { /*! \brief Attributes that