You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to implement some ops like argmax easily, we need to add multiple inputs support for ComputeOp, so that we can compare elements by their value with the index reserved.
Tuple inputs&outputs support for normal ComputeOp
Tuple inputs&outputs support for reduction ComputeOp