/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | register.cc | 372 delegate_creators_.push_back([](int num_threads) { in BuiltinOpResolver()
|
/aosp_15_r20/external/grpc-grpc/src/ruby/end2end/ |
H A D | multiple_killed_watching_threads_test.rb | 35 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 D | benchmark_params.json | 3 "num_threads" : "4", string
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | sparse_matmul_op.cc | 1251 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 D | image_classifier_options.proto | 63 optional int32 num_threads = 13 [default = -1]; field
|
H A D | object_detector_options.proto | 61 optional int32 num_threads = 7 [default = -1]; field
|
H A D | image_segmenter_options.proto | 57 optional int32 num_threads = 7 [default = -1]; field
|
/aosp_15_r20/external/vixl/tools/ |
H A D | thread_pool.py | 42 def Multithread(function, list_of_args, num_threads=1, init_function=None): argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/tutorial/ |
D | counter.cpp | 23 const int num_threads = 4; in main() local
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/ |
H A D | task_api_factory.h | 90 std::unique_ptr<TfLiteEngine> engine, int num_threads) { in CreateFromTfLiteEngine()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/tests/ |
H A D | state_pool.c | 35 const unsigned num_threads = 8; in state_pool_test() local
|
H A D | state_pool_free_list_only.c | 35 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 D | host_context.cc | 43 int64_t num_threads) { in CreateMultiThreadedHostContext()
|
/aosp_15_r20/external/pytorch/benchmarks/tensorexpr/ |
H A D | __main__.py | 185 def set_global_threads(num_threads): argument
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/tests/ |
H A D | state_pool.c | 35 const unsigned num_threads = 8; in state_pool_test() local
|
H A D | state_pool_free_list_only.c | 35 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/ |
D | scheduled_thread_pool.hpp | 27 scheduled_thread_pool(size_t num_threads) : super() in scheduled_thread_pool()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/ |
H A D | bounded_executor.h | 37 int num_threads = -1; member
|
/aosp_15_r20/system/extras/memory_replay/ |
H A D | Threads.h | 37 size_t num_threads() { return num_threads_; } in num_threads() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/ |
D | parking_lot.rs | 179 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 D | group_norm_kernel.cu | 580 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 D | ParallelOpenMP.h | 30 int64_t num_threads = omp_get_num_threads(); in invoke_parallel() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | xnnpack_delegate.h | 38 int32_t num_threads; member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/ |
H A D | test_util.h | 27 explicit TestThreadPool(int num_threads) in TestThreadPool()
|
H A D | thread_pool.h | 27 explicit TfThreadPool(const std::string& name, int num_threads) in TfThreadPool()
|