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