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

Function TEST

tensorflow/core/lib/io/record_reader_writer_test.cc:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101} // namespace
102
103TEST(RecordReaderWriterTest, TestFlush) {
104 io::RecordWriterOptions options;
105 VerifyFlush(options);
106}
107
108TEST(RecordReaderWriterTest, TestZlibSyncFlush) {
109 io::RecordWriterOptions options;

Callers

nothing calls this directly

Calls 13

VerifyFlushFunction · 0.85
DefaultFunction · 0.85
TmpDirFunction · 0.85
BufferSizesFunction · 0.70
NewWritableFileMethod · 0.45
getMethod · 0.45
WriteRecordMethod · 0.45
FlushMethod · 0.45
NewRandomAccessFileMethod · 0.45
ReadRecordMethod · 0.45
GetMetadataMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected