Home
last modified time | relevance | path

Searched defs:num_threads (Results 101 – 125 of 461) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dregister.cc372 delegate_creators_.push_back([](int num_threads) { in BuiltinOpResolver()
/aosp_15_r20/external/grpc-grpc/src/ruby/end2end/
H A Dmultiple_killed_watching_threads_test.rb35 def run_multiple_killed_watches(num_threads, sleep_time) argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/benchmark_data/
H A Dbenchmark_params.json3 "num_threads" : "4", string
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_matmul_op.cc1251 int num_threads = std::min(thread_pool->num_threads, 8); in ShuffleMatrix() local
1329 bool transpose_left, int num_threads, int* KR, int* NR, int* KL, int* JB, in ComputeBlockSizes()
1374 int num_threads = thread_pool->num_threads; in do_on_all_threads() local
1442 const int num_threads = thread_pool->num_threads; in Compute() local
1542 const int num_threads = thread_pool->num_threads; in Compute() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
H A Dimage_classifier_options.proto63 optional int32 num_threads = 13 [default = -1]; field
H A Dobject_detector_options.proto61 optional int32 num_threads = 7 [default = -1]; field
H A Dimage_segmenter_options.proto57 optional int32 num_threads = 7 [default = -1]; field
/aosp_15_r20/external/vixl/tools/
H A Dthread_pool.py42 def Multithread(function, list_of_args, num_threads=1, init_function=None): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/tutorial/
Dcounter.cpp23 const int num_threads = 4; in main() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/
H A Dtask_api_factory.h90 std::unique_ptr<TfLiteEngine> engine, int num_threads) { in CreateFromTfLiteEngine()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/tests/
H A Dstate_pool.c35 const unsigned num_threads = 8; in state_pool_test() local
H A Dstate_pool_free_list_only.c35 const unsigned num_threads = 8; in state_pool_free_list_only_test() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/utils/
H A Dhost_context.cc43 int64_t num_threads) { in CreateMultiThreadedHostContext()
/aosp_15_r20/external/pytorch/benchmarks/tensorexpr/
H A D__main__.py185 def set_global_threads(num_threads): argument
/aosp_15_r20/external/mesa3d/src/intel/vulkan/tests/
H A Dstate_pool.c35 const unsigned num_threads = 8; in state_pool_test() local
H A Dstate_pool_free_list_only.c35 const unsigned num_threads = 8; in state_pool_free_list_only_test() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/executors/
Dscheduled_thread_pool.hpp27 scheduled_thread_pool(size_t num_threads) : super() in scheduled_thread_pool()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dbounded_executor.h37 int num_threads = -1; member
/aosp_15_r20/system/extras/memory_replay/
H A DThreads.h37 size_t num_threads() { return num_threads_; } in num_threads() function
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/
Dparking_lot.rs179 let num_threads = NUM_THREADS.fetch_add(1, Ordering::Relaxed) + 1; in new() localVariable
852 let num_threads = threads.len(); in unpark_all() localVariable
1555 num_threads: usize, field
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dgroup_norm_kernel.cu580 const int64_t num_threads = D * HxW < cuda_utils::kCUDABlockReduceNumThreads in GroupNormKernelImplInternal() local
701 const int64_t num_threads = (C / G) < cuda_utils::kCUDABlockReduceNumThreads in GroupNorm1dBackward() local
850 int64_t num_threads = HxW < cuda_utils::kCUDABlockReduceNumThreads in GroupNormBackwardKernelImplInternal() local
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DParallelOpenMP.h30 int64_t num_threads = omp_get_num_threads(); in invoke_parallel() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dxnnpack_delegate.h38 int32_t num_threads; member
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtest_util.h27 explicit TestThreadPool(int num_threads) in TestThreadPool()
H A Dthread_pool.h27 explicit TfThreadPool(const std::string& name, int num_threads) in TfThreadPool()

12345678910>>...19