sbodenstein opened a new pull request #11928: Generalized reshape_like operator URL: https://github.com/apache/incubator-mxnet/pull/11928 This PR implements [this proposal](https://discuss.mxnet.io/t/reshaping-broadcasting-without-hardcoding-target-dimensions/851/5) for generalizing the `reshape_like` operator, so that it has more flexible handling of which dimensions of the input and target tensors to use for reshaping. There are a few differences from the proposal in the previous discussion. For example, to be consistent with the inputs names of `reshape_like` (`lhs` and `rhs` instead of `src` and `target`), the parameters were called `lhs_begin` rather than `src_begin` etc. I've also added tests for `reshape_like`, which didn't exist before, along with better documentation. @ThomasDelteil, @taliesinb
---------------------------------------------------------------- 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
