Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dcapture_profile.cc202 int remaining_attempts = num_tracing_attempts; in StartTracing() local
207 << "Remaining attempt(s): " << remaining_attempts-- << std::endl; in StartTracing()
216 if (remaining_attempts <= 0 || status.ok() || in StartTracing()
/external/libchrome/base/threading/
Dthread_local_storage.cc239 int remaining_attempts = kMaxDestructorIterations; in OnThreadExitInternal() local
266 if (--remaining_attempts <= 0) { in OnThreadExitInternal()