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

Method GetLatestVersion

serving/processor/storage/model_store.cc:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70Status ModelStore::GetLatestVersion(Version& version) {
71 TF_RETURN_IF_ERROR(GetValidSavedModelDir(version));
72 TF_RETURN_IF_ERROR(GetFullModelVersion(version));
73 return GetDeltaModelVersion(version);
74}
75
76Status ModelStore::GetValidSavedModelDir(Version& version) {
77 const string saved_model_pb_path =

Callers 3

TEST_FFunction · 0.80
InitMethod · 0.80
WorkLoopMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64