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

Method DebugString

serving/processor/framework/model_version.h:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 const std::string DebugString() const {
31 return tensorflow::strings::StrCat(
32 "full_ckpt_version: ", std::to_string(full_ckpt_version),
33 "\nfull_ckpt_name: ", full_ckpt_name,
34 "\ndelta_ckpt_version: ", std::to_string(delta_ckpt_version),
35 "\ndelta_ckpt_name: ", delta_ckpt_name,
36 "\nsavedmodel_dir: ", savedmodel_dir);
37 }
38
39 bool IsFullModel() const {
40 return delta_ckpt_name.empty();

Callers 15

ReplaceNodeFunction · 0.45
GetShapeValueFunction · 0.45
GetInputNodesInfoFunction · 0.45
GetNodeAttrFunction · 0.45
CreateRestoreAllNodeFunction · 0.45
FindGatherNodeFunction · 0.45
FindDynamicStitchNodeFunction · 0.45
CheckDynamicStitchNodeFunction · 0.45
CheckReshapeNodeFunction · 0.45
CheckUniqueNodeFunction · 0.45
ModifySharedNameAttrFunction · 0.45
CheckInputDefaultValNodeFunction · 0.45

Calls 2

to_stringFunction · 0.85
StrCatFunction · 0.50

Tested by

no test coverage detected