bgawrych opened a new pull request #20862:
URL: https://github.com/apache/incubator-mxnet/pull/20862
## Description ##
Implementation of where operator utilizing few oneDNN primitives.
Implementation creates two masks:
- condition is met
- condition not met
In the next step these mask are applied for left operand (condition met) and
for right operand (condition not met). In the end there is sum of both masked
input giving proper result.
Performance: TODO
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]