hgt312 commented on a change in pull request #16804: add numpy op full_like, 
c++ impl, fix zeros_like, ones_like type infe…
URL: https://github.com/apache/incubator-mxnet/pull/16804#discussion_r350543199
 
 

 ##########
 File path: python/mxnet/numpy_dispatch_protocol.py
 ##########
 @@ -233,7 +234,8 @@ def _register_array_function():
     'less',
     'less_equal',
     'greater',
-    'greater_equal'
+    'greater_equal',
+    'full_like',
 
 Review comment:
   `full_like` is not a ufunc, remove it here.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to