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

Function Serialize

tensorflow/core/util/example_proto_fast_parsing_test.cc:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50template <class T>
51string Serialize(const T& example) {
52 string serialized;
53 example.SerializeToString(&serialized);
54 return serialized;
55}
56
57// Tests that serialized gets parsed identically by TestFastParse(..)
58// and the regular Example.ParseFromString(..).

Callers 15

ExportTensorsFunction · 0.85
WriteOptionsMethod · 0.85
ToFlatBufferAndBackFunction · 0.85
TESTFunction · 0.85
WriteOptionsMethod · 0.85
WriteOptionsMethod · 0.85
WriteOptionsMethod · 0.85
WriteOptionsMethod · 0.85
WriteOptionsMethod · 0.85
WriteOptionsMethod · 0.85
WriteOptionsMethod · 0.85
WriteOptionsMethod · 0.85

Calls 1

SerializeToStringMethod · 0.45

Tested by

no test coverage detected