MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / SaveSnapshot

Method SaveSnapshot

oneflow/core/embedding/persistent_table.cpp:700–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698
699template<typename Key, typename Engine>
700void PersistentTableImpl<Key, Engine>::SaveSnapshot(const std::string& name) {
701 SaveSnapshotImpl(name);
702}
703
704template<typename Key, typename Engine>
705PersistentTable::Iterator* PersistentTableImpl<Key, Engine>::ReadSnapshot(const std::string& name) {

Callers 3

_save_to_state_dictMethod · 0.45
save_snapshotMethod · 0.45
TestKeyValueStoreFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestKeyValueStoreFunction · 0.36