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
Return std::nullopt from xla::ifrt::LoadedExecutable::devices() for portable executables
Portable executables are not bound to any specific device list, so it makes sense to be explicit about it rather than letting each implementation return an unspecified value.
PiperOrigin-RevId: 837188096
0 commit comments