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

Method DebugString

serving/processor/serving/model_instance.cc:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394std::string LocalSessionInstance::DebugString() {
395 return model_json_signature_;
396}
397
398SignatureDef LocalSessionInstance::GetServingSignatureDef() {
399 return model_signature_.second;

Callers 2

InitMethod · 0.45
WorkLoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected