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

Function BufferSizes

tensorflow/core/lib/io/inputbuffer_test.cc:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected