locnd182644 opened a new pull request, #18673:
URL: https://github.com/apache/tvm/pull/18673

   This PR support Multi Input Ops with Multidirectional Broadcasting
   ### Description
   - Support Multi Input Ops with Multidirectional Broadcasting (Min, Max, 
Mean, Sum)
   - Edit handle workflow for MultiInputBase: 
     + Compute target shape for Multidirectional Broadcasting
     + Broadcast_to with target shape 
     + Stack op
     + Reduce ops with axis same stack op
   
   ### Expected
   - Example target shape:
   <img width="700" height="183" alt="image" 
src="https://github.com/user-attachments/assets/f9569dff-588e-49c5-ae72-c5b6ea22b6f3";
 />
   
   ### Reference
   - Multidirectional Broadcasting: 
https://onnx.ai/onnx/repo-docs/Broadcasting.html
   - Fixed: #18592
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to