Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SavedModelEmpty
Method
SavedModelEmpty
serving/processor/framework/model_version.h:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
bool SavedModelEmpty() const {
48
return savedmodel_dir.empty();
49
}
50
51
friend bool operator ==(const Version& lhs, const Version& rhs) {
52
return lhs.full_ckpt_version == rhs.full_ckpt_version
Callers
1
Init
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected