Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Dblock.cc92 uint32 const num_restarts_; // Number of uint32 entries in restart array member in tensorflow::table::Block::Iter
111 assert(index < num_restarts_); in GetRestartPoint()
129 num_restarts_(num_restarts), in Iter()
131 restart_index_(num_restarts_) { in Iter()
132 assert(num_restarts_ > 0); in Iter()
155 uint32 right = num_restarts_ - 1; in Seek()
199 restart_index_ = num_restarts_; in CorruptionError()
212 restart_index_ = num_restarts_; in ParseNextKey()
226 while (restart_index_ + 1 < num_restarts_ && in ParseNextKey()