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
c10::optional -> std::optional in executorch/runtime/core/exec_aten/exec_aten.h
Summary: `c10::optional` is just an alias for `std::optional`. We are removing that alias, so we need to fix all instances where it is used.
Differential Revision: D64648339
0 commit comments