You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/01/24 18:35:37 UTC

[GitHub] [incubator-tvm] soiferj opened a new pull request #4774: [Relay][Frontend][ONNX] Broadcast condition, x, and y for Where op

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] jroesch merged pull request #4774: [Relay][Frontend][ONNX] Broadcast condition, x, and y for Where op

Posted by GitBox <gi...@apache.org>.
jroesch merged pull request #4774: [Relay][Frontend][ONNX] Broadcast condition, x, and y for Where op
URL: https://github.com/apache/incubator-tvm/pull/4774
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services