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

Method Init

serving/processor/serving/model_impl.cc:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18Status SavedModelImpl::Init() {
19 instance_mgr_ = ModelInstanceMgrFactory::Create(model_config_);
20 return instance_mgr_->Init();
21}
22
23Status SavedModelImpl::Predict(Request& req, Response& resp) {
24 return instance_mgr_->Predict(req, resp);

Callers 1

initializeFunction · 0.45

Calls 1

CreateFunction · 0.50

Tested by

no test coverage detected