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
Summary:
Allow us to change the NamedDataStore model. Usage will now be:
```
named_data_store
for backend in backends:
bytes, named_data_store = backend.preprocess()
named_data_store.merge(named_data_store)
```
Note:
- named_data_store is held by edge program manager
- preprocess returns the named data store as part of PreprocessResult
Differential Revision: D70409078
0 commit comments