HomeSort by relevance Sort by last modified time
    Searched defs:thread_pool (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/core/lib/core/
blocking_counter_test.cc 38 thread::ThreadPool* thread_pool = local
43 thread_pool->Schedule([&bc] { bc.DecrementCount(); });
47 delete thread_pool;
55 std::unique_ptr<thread::ThreadPool> thread_pool(
62 thread_pool->Schedule([&bc, shards_per_thread] {
notification_test.cc 27 thread::ThreadPool* thread_pool = local
33 thread_pool->Schedule([&start, &proceed, &counter] {
48 delete thread_pool; // Wait for closure to finish.
56 thread::ThreadPool* thread_pool = local
64 thread_pool->Schedule([&n, &lock, &counter] {
77 delete thread_pool; // Wait for all closures to finish.
  /external/tensorflow/tensorflow/core/kernels/
bincount_op.cc 55 ThreadPool* thread_pool = local
57 const int64 num_threads = thread_pool->NumThreads() + 1;
64 thread_pool->ParallelForWithWorkerId(
matrix_set_diag_op.cc 131 auto thread_pool = local
134 thread_pool->ParallelFor(output.dimension(0), cost_per_batch,
matrix_band_part_op.cc 144 auto thread_pool = local
188 thread_pool->ParallelFor(total_rows, row_cost, std::move(compute_shard));
dynamic_stitch_op.cc 276 auto thread_pool = variable
291 thread_pool->ParallelFor(indices_inputs.size(), bytes_processed,
  /external/tensorflow/tensorflow/core/debug/
debug_grpc_io_utils_test.cc 36 std::unique_ptr<thread::ThreadPool> thread_pool; member in struct:tensorflow::GrpcDebugTest::ServerData
52 server_data->thread_pool.reset(
54 server_data->thread_pool->Schedule(
63 server_data->thread_pool.reset();
  /external/pdfium/third_party/libopenjpeg20/
tcd.h 275 opj_thread_pool_t* thread_pool; member in struct:opj_tcd
  /external/tensorflow/tensorflow/core/common_runtime/
direct_session.cc 131 static thread::ThreadPool* const thread_pool = member in class:tensorflow::__anon39472::thread
133 return thread_pool;
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_driver.cc 255 static port::ThreadPool *thread_pool = InitializeDriverExecutor(); local
256 return thread_pool;
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 671 MarkStackTask(ThreadPool* thread_pool,
676 thread_pool_(thread_pool),
829 CardScanTask(ThreadPool* thread_pool,
838 : MarkStackTask<false>(thread_pool, mark_sweep, mark_stack_size, mark_stack_obj),
880 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); local
1032 ThreadPool* thread_pool = heap_->GetThreadPool(); local
1393 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device.cc 351 static thread::ThreadPool* thread_pool = new thread::ThreadPool( local
353 set_tensorflow_device_thread_pool(thread_pool);
    [all...]

Completed in 258 milliseconds