Home
last modified time | relevance | path

Searched refs:ParallelForWithWorkerId (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dthreadpool.h196 void ParallelForWithWorkerId(
202 void ParallelForWithWorkerId(
Dthreadpool.cc212 void ThreadPool::ParallelForWithWorkerId( in ParallelForWithWorkerId() function in tensorflow::thread::ThreadPool
231 void ThreadPool::ParallelForWithWorkerId( in ParallelForWithWorkerId() function in tensorflow::thread::ThreadPool
/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool_test.cc218 threads->ParallelForWithWorkerId( in RunFixedBlockSizeShardingWithWorkerId()
317 TEST(ThreadPool, ParallelForWithWorkerId) { in TEST() argument
332 pool.ParallelForWithWorkerId( in TEST()
/external/tensorflow/tensorflow/core/kernels/
Dbincount_op.cc64 thread_pool->ParallelForWithWorkerId( in Compute()
110 thread_pool->ParallelForWithWorkerId( in Compute()
144 thread_pool->ParallelForWithWorkerId( in Compute()
/external/tensorflow/tensorflow/core/kernels/sparse/
Dmat_mul_op.cc369 worker_threads.workers->ParallelForWithWorkerId( in SparseDenseMatMulWithTransposedLHS()
/external/tensorflow/
DRELEASE.md4192 * Add a `ParallelForWithWorkerId` function.