Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Dblock.cc41 size_t max_restarts_allowed = (size_ - sizeof(uint32)) / sizeof(uint32); in Block() local
42 if (NumRestarts() > max_restarts_allowed) { in Block()