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

Method KeyFilePath

oneflow/core/embedding/persistent_table.cpp:557–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555
556template<typename Key, typename Engine>
557std::string PersistentTableImpl<Key, Engine>::KeyFilePath(uint64_t chunk_id) const {
558 return PosixFile::JoinPath(keys_dir_, kKeyFileNamePrefix + GetChunkName(chunk_id));
559}
560
561template<typename Key, typename Engine>
562std::string PersistentTableImpl<Key, Engine>::ValueFilePath(uint64_t chunk_id) const {

Callers 1

NextMethod · 0.80

Calls 2

JoinPathFunction · 0.85
GetChunkNameFunction · 0.85

Tested by

no test coverage detected