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

Method SnapshotDirPath

oneflow/core/embedding/persistent_table.cpp:573–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571
572template<typename Key, typename Engine>
573std::string PersistentTableImpl<Key, Engine>::SnapshotDirPath(const std::string& name) const {
574 return PosixFile::JoinPath(snapshots_dir_, name);
575}
576
577template<typename Key, typename Engine>
578std::string PersistentTableImpl<Key, Engine>::SnapshotListFilePath(const std::string& name) const {

Callers 1

NextMethod · 0.80

Calls 1

JoinPathFunction · 0.85

Tested by

no test coverage detected