Home
last modified time | relevance | path

Searched defs:terminate_timeout (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dautotune_process.py191 self, result_timeout=120.0, graceful_timeout=3.0, terminate_timeout=1.0 argument
258 def kill(self, graceful_timeout=5.0, terminate_timeout=1.0) -> None: argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Drendezvous.cc26 absl::Duration terminate_timeout) { in AwaitAndLogIfStuck()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dnccl_utils.cc147 int64_t terminate_timeout = xla::GetDebugOptionsFromFlags() in AcquireNcclClique() local