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

Function TensorPBString

tensorflow/python/framework/python_op_gen.cc:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102string TensorPBString(const TensorProto& pb) {
103 // Note: This gets used in the argument list, and so must survive naive
104 // word wrapping.
105 return strings::StrCat("\"\"\"", ProtoShortDebugString(pb), "\"\"\"");
106}
107
108class GenEagerPythonOp : public python_op_gen_internal::GenPythonOp {
109 public:

Callers 1

CodeMethod · 0.85

Calls 1

StrCatFunction · 0.50

Tested by

no test coverage detected