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
We still have a lot of code that uses static_cast to convert between node types i.e. Val*->TensorView*. We should change all of these to use ::as<NodeType>().