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

Method Init

serving/processor/storage/model_store.cc:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66Status ModelStore::Init() {
67 return Env::Default()->GetFileSystemForFile(savedmodel_dir_, &file_system_);
68}
69
70Status ModelStore::GetLatestVersion(Version& version) {
71 TF_RETURN_IF_ERROR(GetValidSavedModelDir(version));

Callers

nothing calls this directly

Calls 2

DefaultFunction · 0.85
GetFileSystemForFileMethod · 0.45

Tested by

no test coverage detected