Searched refs:enqueueNoNotification (Results 1 – 3 of 3) sorted by relevance
88 run_options->intra_op_thread_pool()->enqueueNoNotification( in __xla_cpu_runtime_ParallelForkJoin()
557 device_.enqueueNoNotification([=]() { kernel(m, n, k); });608 device_.enqueueNoNotification(610 device_.enqueueNoNotification(933 …this->m_device.enqueueNoNotification(&Self::packRhsAndKernel<packRKArg, RhsPacker, GebpKernel>, ar…
167 EIGEN_STRONG_INLINE void enqueueNoNotification(Function&& f, Args&&... args) const { in enqueueNoNotification() function