Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtelnetlib.py304 call_timeout = timeout
318 else 1000 * call_timeout)
323 call_timeout = timeout-elapsed
336 call_timeout = timeout-elapsed
669 call_timeout = timeout
689 else 1000 * call_timeout)
694 call_timeout = timeout-elapsed
712 call_timeout = timeout-elapsed
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc597 const int64 call_timeout = run_options.timeout_in_ms() > 0 in RunInternal() local
606 step_id, call_timeout, in RunInternal()
611 call_timeout, "ms."); in RunInternal()
639 executors_and_keys->items.size() == 1 && call_timeout == 0; in RunInternal()
747 call_timeout); in RunInternal()