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

Function TEST

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

Source from the content-addressed store, hash-verified

94}
95
96TEST(ZlibBuffers, DefaultOptions) {
97 TestAllCombinations(CompressionOptions::DEFAULT(),
98 CompressionOptions::DEFAULT());
99}
100
101TEST(ZlibBuffers, RawDeflate) {
102 TestAllCombinations(CompressionOptions::RAW(), CompressionOptions::RAW());

Callers

nothing calls this directly

Calls 15

TestAllCombinationsFunction · 0.85
DefaultFunction · 0.85
TmpDirFunction · 0.85
TestTellFunction · 0.85
TestSkipNBytesFunction · 0.85
TestMultipleWritesFunction · 0.70
GenTestStringFunction · 0.70
NewWritableFileMethod · 0.45
getMethod · 0.45
InitMethod · 0.45
AppendMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected