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

Function GenTestString

tensorflow/core/lib/io/zlib_buffers_test.cc:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51static string GenTestString(int copies = 1) {
52 string result = "";
53 for (int i = 0; i < copies; i++) {
54 result += GetRecord();
55 }
56 return result;
57}
58
59typedef io::ZlibCompressionOptions CompressionOptions;
60

Callers 5

TestAllCombinationsFunction · 0.70
TestMultipleWritesFunction · 0.70
TESTFunction · 0.70
TestTellFunction · 0.70
TestSkipNBytesFunction · 0.70

Calls 1

GetRecordFunction · 0.70

Tested by

no test coverage detected