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
Remove deprecated string_view aliases, migrate callers to std::string_view
Migrate the remaining executorch::aten::string_view callers (the data-map
APIs and op_linalg_svd) to std::string_view, then delete the deprecated
torch::executor and executorch::runtime::etensor string_view aliases.
portable_type/string_view.h held only those aliases and is removed;
exec_aten.h and scalar_type_util.h now include <string_view> directly.
This parallels the optional cleanup in the previous commit. The data-map
header signatures (NamedDataMap and its overrides) move together since
the underlying type is unchanged.
0 commit comments