MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CreateFile

Method CreateFile

tensorflow/core/framework/embedding/ssd_hash_kv.h:430–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 }
429
430 void CreateFile(size_t version) {
431 emb_files_.emplace_back(
432 emb_file_creator_->Create(path_, version, BUFFER_SIZE));
433 }
434
435 Status FlushAndUpdate(char* value_buffer, K* id_buffer,
436 EmbPosition** pos_buffer, int64& n_ids,

Callers

nothing calls this directly

Calls 2

emplace_backMethod · 0.45
CreateMethod · 0.45

Tested by

no test coverage detected