[GitHub] [incubator-mxnet] ZhennanQin commented on issue #15886: [WIP] Graph Partition API

2019-08-18 Thread GitBox
ZhennanQin commented on issue #15886: [WIP] Graph Partition API URL: https://github.com/apache/incubator-mxnet/pull/15886#issuecomment-522372655 @samskalicky @mseth10 As this PR is still WIP, please ping me when this PR is ready to review. I agree with you that we need a more powerful API

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #15886: [WIP] Graph Partition API

2019-08-16 Thread GitBox
ZhennanQin commented on issue #15886: [WIP] Graph Partition API URL: https://github.com/apache/incubator-mxnet/pull/15886#issuecomment-521905123 @samskalicky Thanks for the explanation, it helps a lot to understand this PR. Basically, I think `sym.optimizeFor('MKLDNN')` is the same as

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #15886: [WIP] Graph Partition API

2019-08-13 Thread GitBox
ZhennanQin commented on issue #15886: [WIP] Graph Partition API URL: https://github.com/apache/incubator-mxnet/pull/15886#issuecomment-521094483 What's the difference between `sym.partition('default')` and `sym.get_backend_symbol('default')`?