mseth10 commented on a change in pull request #18350:
URL: https://github.com/apache/incubator-mxnet/pull/18350#discussion_r427643159



##########
File path: python/mxnet/symbol/symbol.py
##########
@@ -1460,19 +1461,36 @@ def optimize_for(self, backend, args=None, aux=None, 
ctx=None, **kwargs):
             Input arguments to the symbol, required to infer shapes/types 
before partitioning
 
             - If type is a list of `NDArray`, the order is the same as that of 
`list_arguments()`.
+              Non defined arguments' `NDArray`s should be marked as None to 
respected the order.

Review comment:
       nit: respect




----------------------------------------------------------------
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]


Reply via email to