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

Method Predict

serving/processor/serving/model_impl.cc:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23Status SavedModelImpl::Predict(Request& req, Response& resp) {
24 return instance_mgr_->Predict(req, resp);
25}
26
27Status SavedModelImpl::GetServingModelInfo(ServingModelInfo& model_info) {
28 return instance_mgr_->GetServingModelInfo(model_info);

Callers 2

TEST_FFunction · 0.45
processFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36