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
Currently, the costcheck implementation uses literal references to TensorOperations methods, instead of GlobalRef, thus failing whenever this is not available in the scope of the macro.
It's an easy fix, just posting this issue here so I don't forget.