zhanghang1989 opened a new issue #11056: [Feature Request] broadcast_like 
operator
URL: https://github.com/apache/incubator-mxnet/issues/11056
 
 
   ## Description
   
   Request a `broadcast_like` operator, which can output a broadcasted NDArray 
for the given target. 
   
   For example `y=nd.broadcast_like(x, z)`, which should return the same result 
with existing operator `y=nd.broadcast_to(x, z.shape)` but avoiding read the 
shape explicitly, so that it can be used in `HybridBlock`.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to