Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Dblock.cc29 inline uint32 Block::NumRestarts() const { in NumRestarts() function in tensorflow::table::Block
42 if (NumRestarts() > max_restarts_allowed) { in Block()
46 restart_offset_ = size_ - (1 + NumRestarts()) * sizeof(uint32); in Block()
239 const uint32 num_restarts = NumRestarts(); in NewIterator()
Dblock.h39 uint32 NumRestarts() const;