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

Method LoadSnapshot

oneflow/core/embedding/persistent_table.cpp:653–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651
652template<typename Key, typename Engine>
653void PersistentTableImpl<Key, Engine>::LoadSnapshot(const std::string& name) {
654 LoadSnapshotImpl(name);
655}
656
657template<typename Key, typename Engine>
658void PersistentTableImpl<Key, Engine>::LoadSnapshot(

Callers 3

_load_from_state_dictMethod · 0.45
load_snapshotMethod · 0.45
TestKeyValueStoreFunction · 0.45

Calls 7

ParseBooleanFromEnvFunction · 0.85
GetChunkIdFunction · 0.85
JoinPathFunction · 0.85
clearMethod · 0.45
SizeMethod · 0.45
ptrMethod · 0.45
sizeMethod · 0.45

Tested by 1

TestKeyValueStoreFunction · 0.36