leezu commented on a change in pull request #15969: [WIP] Partitioning Gluon
HybridBlocks
URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r369887395
##########
File path: python/mxnet/gluon/block.py
##########
@@ -926,6 +928,11 @@ def _get_graph(self, *args):
out = self.hybrid_forward(symbol, *grouped_inputs, **params)
# pylint: disable=no-value-for-parameter
out, self._out_format = _flatten(out, "output")
+ if self._backend:
+ # To do: pass in all arguments
Review comment:
Will this be addressed in this PR or later?
----------------------------------------------------------------
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