waytrue17 commented on a change in pull request #18690:
URL: https://github.com/apache/incubator-mxnet/pull/18690#discussion_r472542081
##########
File path: python/mxnet/gluon/block.py
##########
@@ -911,6 +911,8 @@ def __init__(self):
self._monitor_all = False
self._backend = None
self._backend_opts = {}
+ self._final_partitioned = False
+ self._cached_op_args = []
Review comment:
_final_partitioned is a flag used to ensure that we only partition once,
it's set in call cachedOp
----------------------------------------------------------------
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]