Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dtpu_compile_ops.cc105 void ExitCountdown(Env* env, std::shared_ptr<std::atomic<bool>> done) { in ExitCountdown() function
137 env->SchedClosure([env, done]() { ExitCountdown(env, done); }); in Compute()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_execute.cc91 void ExitCountdown(Env* env) { in ExitCountdown() function
308 [env]() { ExitCountdown(env); }); in TPUCancelExecution()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_common.h143 static void ExitCountdown(Env* env, std::shared_ptr<std::atomic<bool>> done);
Dtpu_compile_op_common.cc389 /* static */ void TpuCompileOpKernelCommon::ExitCountdown( in ExitCountdown() function in tensorflow::tpu::TpuCompileOpKernelCommon
555 env->SchedClosure([env, done]() { ExitCountdown(env, done); }); in Compute()