[GitHub] [incubator-mxnet] waytrue17 commented on a change in pull request #18690: [WIP] optimize graph in presence of dynamic shape ops

2020-07-26 Thread GitBox
waytrue17 commented on a change in pull request #18690: URL: https://github.com/apache/incubator-mxnet/pull/18690#discussion_r460610246 ## File path: src/operator/subgraph/build_subgraph.cc ## @@ -360,6 +405,17 @@ void SelectSubgraphNodes(nnvm::Graph* g, SubgraphSelectorV2Ptr

[GitHub] [incubator-mxnet] waytrue17 commented on a change in pull request #18690: [WIP] optimize graph in presence of dynamic shape ops

2020-07-26 Thread GitBox
waytrue17 commented on a change in pull request #18690: URL: https://github.com/apache/incubator-mxnet/pull/18690#discussion_r460585378 ## File path: src/operator/subgraph/build_subgraph.cc ## @@ -360,6 +405,17 @@ void SelectSubgraphNodes(nnvm::Graph* g, SubgraphSelectorV2Ptr

[GitHub] [incubator-mxnet] waytrue17 commented on a change in pull request #18690: [WIP] optimize graph in presence of dynamic shape ops

2020-07-26 Thread GitBox
waytrue17 commented on a change in pull request #18690: URL: https://github.com/apache/incubator-mxnet/pull/18690#discussion_r460585378 ## File path: src/operator/subgraph/build_subgraph.cc ## @@ -360,6 +405,17 @@ void SelectSubgraphNodes(nnvm::Graph* g, SubgraphSelectorV2Ptr

[GitHub] [incubator-mxnet] waytrue17 commented on a change in pull request #18690: [WIP] optimize graph in presence of dynamic shape ops

2020-07-26 Thread GitBox
waytrue17 commented on a change in pull request #18690: URL: https://github.com/apache/incubator-mxnet/pull/18690#discussion_r460555053 ## File path: src/operator/subgraph/build_subgraph.cc ## @@ -360,6 +405,17 @@ void SelectSubgraphNodes(nnvm::Graph* g, SubgraphSelectorV2Ptr

[GitHub] [incubator-mxnet] waytrue17 commented on a change in pull request #18690: [WIP] optimize graph in presence of dynamic shape ops

2020-07-23 Thread GitBox
waytrue17 commented on a change in pull request #18690: URL: https://github.com/apache/incubator-mxnet/pull/18690#discussion_r459832436 ## File path: src/operator/subgraph/static_shape_subgraph_property.cc ## @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] waytrue17 commented on a change in pull request #18690: [WIP] optimize graph in presence of dynamic shape ops

2020-07-17 Thread GitBox
waytrue17 commented on a change in pull request #18690: URL: https://github.com/apache/incubator-mxnet/pull/18690#discussion_r456657714 ## File path: src/operator/subgraph/static_shape_subgraph_property.cc ## @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] waytrue17 commented on a change in pull request #18690: [WIP] optimize graph in presence of dynamic shape ops

2020-07-17 Thread GitBox
waytrue17 commented on a change in pull request #18690: URL: https://github.com/apache/incubator-mxnet/pull/18690#discussion_r456570278 ## File path: python/mxnet/symbol/symbol.py ## @@ -2627,6 +2628,15 @@ def detach(self): def backward(self): raise