cswiercz opened a new pull request #7781: Implement Khatri-Rao operator
URL: https://github.com/apache/incubator-mxnet/pull/7781
 
 
   Create an operator for the Khatri-Rao function implemented in #6567. The 
operator accepts a variable number of input matrix arguments as well as a flag 
indicating whether the Khatri-Rao product should be computed row-wise or 
column-wise. This option is provided because the row-wise operation is more 
memory efficient.
   
   ### A Note to Reviewers
   
   This is my first time putting MXNet code up for review so please tear this 
code apart. I need to learn.
   
   Additionally, I've knowingly omitted the Backwards/Gradient calculation.
 
----------------------------------------------------------------
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