Home
last modified time | relevance | path

Searched refs:enqueueNoNotification (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fork_join.cc88 run_options->intra_op_thread_pool()->enqueueNoNotification( in __xla_cpu_runtime_ParallelForkJoin()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionThreadPool.h557 device_.enqueueNoNotification([=]() { kernel(m, n, k); });
608 device_.enqueueNoNotification(
610 device_.enqueueNoNotification(
933 …this->m_device.enqueueNoNotification(&Self::packRhsAndKernel<packRKArg, RhsPacker, GebpKernel>, ar…
DTensorDeviceThreadPool.h167 EIGEN_STRONG_INLINE void enqueueNoNotification(Function&& f, Args&&... args) const { in enqueueNoNotification() function