[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-06-04 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r435020698 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -2027,6 +2081,8 @@ def _impl(inputs, attr, params, mod): 'Mod'

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-06-03 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r435002980 ## File path: include/tvm/relay/attrs/transform.h ## @@ -210,14 +210,22 @@ struct SplitAttrs : public tvm::AttrsNode { /*! \brief Attributes

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-06-03 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r434927495 ## File path: include/tvm/relay/attrs/transform.h ## @@ -210,14 +210,22 @@ struct SplitAttrs : public tvm::AttrsNode { /*! \brief Attributes

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-06-02 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r434115162 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -614,6 +614,53 @@ def _impl(inputs, attr, params, mod): return out

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-06-02 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r434115162 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -614,6 +614,53 @@ def _impl(inputs, attr, params, mod): return out

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-06-02 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r434111309 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -1119,7 +1166,11 @@ def _impl(inputs, attr, params, mod): try:

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-06-02 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r434111490 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -1128,16 +1179,7 @@ def _impl(inputs, attr, params, mod): size =

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-05-31 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r432913904 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -1466,8 +1508,11 @@ def _transform_mask(stride_dim, ellipsis_mask):

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-05-28 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r432049322 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -614,6 +614,52 @@ def _impl(inputs, attr, params, mod): return out

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-05-28 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r432045059 ## File path: python/tvm/relay/op/transform.py ## @@ -611,31 +611,41 @@ def split(data, indices_or_sections, axis=0): return

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-05-28 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r432044019 ## File path: python/tvm/relay/op/_transform.py ## @@ -99,8 +99,80 @@ def _arange_shape_func(start, stop, step):

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-05-28 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r432043625 ## File path: python/tvm/relay/op/_transform.py ## @@ -99,8 +99,80 @@ def _arange_shape_func(start, stop, step):

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-05-19 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r427575525 ## File path: src/relay/op/tensor/transform.cc ## @@ -1660,93 +1662,161 @@ Array GetIntArray(Array arr) { // strided_slice

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-05-15 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r426057603 ## File path: src/relay/op/tensor/transform.cc ## @@ -1660,93 +1664,171 @@ Array GetIntArray(Array arr) { // strided_slice

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-05-04 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r419826528 ## File path: python/tvm/relay/op/_transform.py ## @@ -101,6 +101,28 @@ def _arange_shape_func(start, stop, step): def

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-05-04 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r419826341 ## File path: python/tvm/relay/op/_transform.py ## @@ -101,6 +101,28 @@ def _arange_shape_func(start, stop, step): def

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-05-04 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r419826426 ## File path: python/tvm/relay/op/_transform.py ## @@ -101,6 +101,28 @@ def _arange_shape_func(start, stop, step): def

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-04-29 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r417499071 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -612,6 +615,51 @@ def _impl(inputs, attr, params, mod): out =

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-04-28 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r417026419 ## File path: src/relay/op/tensor/transform.cc ## @@ -1891,81 +1952,163 @@ Array > StridedSliceInferCorrectLayout( }

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-04-28 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r416214792 ## File path: python/tvm/relay/op/transform.py ## @@ -613,13 +613,13 @@ def strided_slice(data, begin, end, strides=None): data :

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-04-27 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r416214792 ## File path: python/tvm/relay/op/transform.py ## @@ -613,13 +613,13 @@ def strided_slice(data, begin, end, strides=None): data :

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-04-24 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r414959052 ## File path: src/relay/op/tensor/transform.cc ## @@ -1891,81 +1952,163 @@ Array > StridedSliceInferCorrectLayout( }

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-04-19 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r411062353 ## File path: topi/python/topi/vision/nms.py ## @@ -64,7 +67,56 @@ def hybrid_rearrange_out(data, one): @hybrid.script -def

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-04-19 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r411062505 ## File path: topi/python/topi/vision/nms.py ## @@ -139,24 +200,28 @@ def get_valid_counts(data, score_threshold=0, id_index=0,

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-04-19 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r411062395 ## File path: topi/python/topi/vision/nms.py ## @@ -64,7 +67,56 @@ def hybrid_rearrange_out(data, one): @hybrid.script -def

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-04-19 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r411062313 ## File path: topi/python/topi/vision/nms.py ## @@ -23,7 +23,7 @@ from ..sort import argsort @hybrid.script -def hybrid_rearrange_out(data,

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-04-19 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r411021266 ## File path: src/relay/transforms/fuse_ops.cc ## @@ -247,6 +247,28 @@ class IndexedForwardGraph::Creator : private ExprVisitor {

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-04-19 Thread GitBox
kevinthesun commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r411020578 ## File path: src/relay/transforms/fuse_ops.cc ## @@ -247,6 +247,28 @@ class IndexedForwardGraph::Creator : private ExprVisitor {

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-04-18 Thread GitBox
kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r410751616 ## File path: src/relay/op/tensor/transform.cc ## @@ -1775,105 +1776,165 @@ Array

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-04-18 Thread GitBox
kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r410751616 ## File path: src/relay/op/tensor/transform.cc ## @@ -1775,105 +1776,165 @@ Array

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2019-11-12 Thread GitBox
kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r345404746 ## File path: include/tvm/relay/attrs/vision.h ## @@ -96,6 +96,7 @@ struct

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2019-11-12 Thread GitBox
kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r345404746 ## File path: include/tvm/relay/attrs/vision.h ## @@ -96,6 +96,7 @@ struct