Home
last modified time | relevance | path

Searched refs:kMaxSkipSize (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
Drandom_inputstream.cc54 static constexpr int64 kMaxSkipSize = 8 * 1024 * 1024; variable
60 std::unique_ptr<char[]> scratch(new char[kMaxSkipSize]); in SkipNBytes()
73 int64 bytes_to_read = std::min<int64>(kMaxSkipSize, bytes_to_skip); in SkipNBytes()
Dinputstream_interface.cc25 static constexpr int64 kMaxSkipSize = 8 * 1024 * 1024; variable
34 int64 bytes_to_read = std::min<int64>(kMaxSkipSize, bytes_to_skip); in SkipNBytes()