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

Method SerializeToString

tensorflow/core/framework/variant_tensor_data.cc:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool VariantTensorData::SerializeToString(string* buf) {
87 VariantTensorDataProto proto;
88 ToProto(&proto);
89 return proto.SerializeToString(buf);
90}
91
92bool VariantTensorData::ParseFromString(string s) {
93 VariantTensorDataProto proto;

Callers 15

FromLiteralMethod · 0.45
MakeTupleMethod · 0.45
CompileMethod · 0.45
ComputeMethod · 0.45
BuildCompileOpFunction · 0.45
convFunction · 0.45
dot_generalFunction · 0.45
svdFunction · 0.45
tfadd_with_ckpt_saverFunction · 0.45
write_graphFunction · 0.45

Calls

no outgoing calls

Tested by 10

tfadd_with_ckpt_saverFunction · 0.36
write_graphFunction · 0.36
operator==Function · 0.36
TEST_FFunction · 0.36
AddExampleMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
BM_UnparseStringFunction · 0.36
SerializeFunction · 0.36
VersionTestFunction · 0.36