ascust commented on issue #9885: A question about Operator "crop" and "slice".
URL: 
https://github.com/apache/incubator-mxnet/issues/9885#issuecomment-368687459
 
 
   @reminisce 
   For example, for "crop", we can have something like this: 
   ```
   data = mx.sym.Variable("data")
   ref = mx.sym.Variable("ref")
   cropped_data = mx.sym.Crop(data, ref)
   ```
   For "slice", I don't see the argument for this "reference" symbol. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to