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

Method SerializeAsString

tensorflow/core/framework/resource_handle.cc:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75string ResourceHandle::SerializeAsString() const {
76 ResourceHandleProto proto;
77 AsProto(&proto);
78 return proto.SerializeAsString();
79}
80
81bool ResourceHandle::ParseFromString(const string& s) {
82 ResourceHandleProto proto;

Callers 15

PrintDebugLogsMethod · 0.45
PrintDebugLogsFunction · 0.45
NextItemMethod · 0.45
SerializeToStringMethod · 0.45
WritePprofProfileMethod · 0.45
RunProfileFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
BM_ParseGrpcFunction · 0.45
BM_ParseStringFunction · 0.45
CloseMethod · 0.45

Calls

no outgoing calls

Tested by 9

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
BM_ParseGrpcFunction · 0.36
BM_ParseStringFunction · 0.36
FuzzFunction · 0.36
TESTFunction · 0.36
FlipEndiannessBitFunction · 0.36
VersionTestFunction · 0.36