[GitHub] TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-19 Thread GitBox
TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r196306131 ## File path: src/c_api/c_api_symbolic.cc ## @@ -622,3 +623,27 @@ int

[GitHub] TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195468081 ## File path: include/mxnet/op_attr_types.h ## @@ -98,7 +98,12 @@ enum class ExecType { * In

[GitHub] TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195469785 ## File path: src/engine/naive_engine.cc ## @@ -28,10 +28,20 @@ #include "./engine_impl.h"

[GitHub] TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195460262 ## File path: example/subgraph_op/imagenet_inference.py ## @@ -0,0 +1,166 @@ +# Licensed to the

[GitHub] TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195470107 ## File path: src/engine/naive_engine.cc ## @@ -71,8 +81,11 @@ class NaiveEngine final : public

[GitHub] TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195469135 ## File path: src/engine/engine_impl.h ## @@ -33,8 +33,12 @@ namespace mxnet { namespace engine {

[GitHub] TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195459554 ## File path: example/subgraph_op/imagenet_inference.py ## @@ -0,0 +1,166 @@ +# Licensed to the