soiferj opened a new pull request #4774: [Relay][Frontend][ONNX] Broadcast condition, x, and y for Where op URL: https://github.com/apache/incubator-tvm/pull/4774 ONNX's `Where` operator can broadcast the condition, x, and y tensors. The current implementation will only broadcast x and y. This change will try to find the best shape to broadcast to (longest and doesn't have 1 as a dimension), and will broadcast all tensors to that shape. @jwfromm would you be able to take a look?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
