Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ CkptEmpty
Method
CkptEmpty
serving/processor/framework/model_version.h:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
bool CkptEmpty() const {
44
return full_ckpt_name.empty();
45
}
46
47
bool SavedModelEmpty() const {
48
return savedmodel_dir.empty();
Callers
1
Init
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected