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

Function PrintString

tensorflow/cc/framework/cc_op_gen.cc:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137string PrintString(const string& str) {
138 return strings::StrCat("\"", absl::CEscape(str), "\"");
139}
140
141string PrintTensorShape(const TensorShapeProto& shape_proto) {
142 PartialTensorShape shape(shape_proto);

Callers 1

PrintAttrValueFunction · 0.85

Calls 2

CEscapeFunction · 0.85
StrCatFunction · 0.50

Tested by

no test coverage detected