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
the implementation of switch kernel has changed, we now consider every input separately to see if it need to be transformed, and we will create a local scope in Operator::Run(...) to store the transformed input var and hide the original one.