samskalicky commented on a change in pull request #15886: [WIP] Graph Partition
API
URL: https://github.com/apache/incubator-mxnet/pull/15886#discussion_r314485036
##########
File path: python/mxnet/symbol/symbol.py
##########
@@ -1437,6 +1437,12 @@ def _gen_atomic_symbol(self):
return Symbol(handle)
+ def optimizeFor(self, backend):
Review comment:
optional arguments:
- ctx, args
use bind as an example:
https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/symbol/symbol.py#L1705
https://github.com/apache/incubator-mxnet/blob/05f3ae13a39835c4690eb5d9567f457be84189e3/src/c_api/c_api_executor.cc#L135
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services