Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ModelUpdater
Method
ModelUpdater
serving/processor/serving/model_instance.cc:859–863 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
857
858
859
ModelUpdater::ModelUpdater(ModelConfig* config)
860
: model_store_(new ModelStore(config)),
861
model_config_(config) {
862
model_store_->Init();
863
}
864
865
ModelUpdater::~ModelUpdater() {
866
is_stop_ = true;
Callers
nothing calls this directly
Calls
1
Init
Method · 0.45
Tested by
no test coverage detected