Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dallocator_retry.cc30 int max_millis_to_wait, size_t alignment, size_t num_bytes) { in AllocateRaw() argument
43 deadline_micros = now + max_millis_to_wait * 1000; in AllocateRaw()
Dallocator_retry.h41 int max_millis_to_wait, size_t alignment, size_t bytes);