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

Method ValueFilePath

oneflow/core/embedding/persistent_table.cpp:562–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560
561template<typename Key, typename Engine>
562std::string PersistentTableImpl<Key, Engine>::ValueFilePath(uint64_t chunk_id) const {
563 return PosixFile::JoinPath(values_dir_, kValueFileNamePrefix + GetChunkName(chunk_id));
564}
565
566template<typename Key, typename Engine>
567std::string PersistentTableImpl<Key, Engine>::IndexFilePath(const std::string& name,

Callers 1

NextMethod · 0.80

Calls 2

JoinPathFunction · 0.85
GetChunkNameFunction · 0.85

Tested by

no test coverage detected