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

Function BufferSizes

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

Source from the content-addressed store, hash-verified

26namespace {
27
28static std::vector<int> BufferSizes() {
29 return {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
30 12, 13, 14, 15, 16, 17, 18, 19, 20, 65536};
31}
32
33TEST(BufferedInputStream, ReadLine_Empty) {
34 Env* env = Env::Default();

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected