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

Function InputBufferSizes

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

Source from the content-addressed store, hash-verified

24namespace io {
25
26static std::vector<int> InputBufferSizes() {
27 return {10, 100, 200, 500, 1000, 10000};
28}
29
30static std::vector<int> OutputBufferSizes() { return {100, 200, 500, 1000}; }
31

Callers 3

TestAllCombinationsFunction · 0.85
TestTellFunction · 0.85
TestSkipNBytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected