/aosp_15_r20/external/executorch/extension/threadpool/test/ |
H A D | threadpool_test.cpp | 68 auto threadpool = ::executorch::extension::threadpool::get_threadpool(); in run_lambda_with_size() local 87 auto threadpool = ::executorch::extension::threadpool::get_threadpool(); in TEST() local 130 auto threadpool = ::executorch::extension::threadpool::get_threadpool(); in TEST() local
|
/aosp_15_r20/external/XNNPACK/src/subgraph/ |
H A D | even-split.c | 255 pthreadpool_t threadpool) in setup_even_split_operator_helper() 298 pthreadpool_t threadpool) in setup_even_split2_operator() 327 pthreadpool_t in setup_even_split3_operator() 361 pthreadpool_t in setup_even_split4_operator()
|
H A D | concatenate.c | 231 pthreadpool_t threadpool) in setup_concatenate_operator_helper() 277 pthreadpool_t threadpool) in setup_concatenate2_operator() 316 pthreadpool_t threadpool) in setup_concatenate3_operator() 367 pthreadpool_t threadpool) in setup_concatenate4_operator()
|
/aosp_15_r20/external/XNNPACK/src/operators/ |
H A D | max-pooling-nhwc.c | 538 pthreadpool_t threadpool) in xnn_setup_max_pooling2d_nhwc_s8() 558 pthreadpool_t threadpool) in xnn_setup_max_pooling2d_nhwc_u8() 578 pthreadpool_t threadpool) in xnn_setup_max_pooling2d_nhwc_f16() 598 pthreadpool_t threadpool) in xnn_setup_max_pooling2d_nhwc_f32()
|
H A D | channel-shuffle-nc.c | 205 pthreadpool_t threadpool) in xnn_setup_channel_shuffle_nc_x8() 228 pthreadpool_t threadpool) in xnn_setup_channel_shuffle_nc_x32()
|
H A D | average-pooling-nhwc.c | 851 pthreadpool_t threadpool) in xnn_setup_average_pooling2d_nhwc_qu8() 896 pthreadpool_t threadpool) in xnn_setup_average_pooling2d_nhwc_f16() 939 pthreadpool_t threadpool) in xnn_setup_average_pooling2d_nhwc_f32()
|
H A D | prelu-nc.c | 243 pthreadpool_t threadpool) in xnn_setup_prelu_nc_f16() 259 pthreadpool_t threadpool) in xnn_setup_prelu_nc_f32()
|
H A D | deconvolution-nhwc.c | 1146 pthreadpool_t threadpool) in xnn_setup_deconvolution2d_nhwc_qs8() 1177 pthreadpool_t threadpool) in xnn_setup_deconvolution2d_nhwc_qu8() 1208 pthreadpool_t threadpool) in xnn_setup_deconvolution2d_nhwc_f16() 1239 pthreadpool_t threadpool) in xnn_setup_deconvolution2d_nhwc_f32()
|
H A D | convolution-nhwc.c | 1811 pthreadpool_t threadpool) in xnn_setup_convolution2d_nhwc_qu8() 1832 pthreadpool_t threadpool) in xnn_setup_convolution2d_nhwc_qs8() 1853 pthreadpool_t threadpool) in xnn_setup_convolution2d_nhwc_qc8() 1874 pthreadpool_t threadpool) in xnn_setup_convolution2d_nhwc_f16() 1895 pthreadpool_t threadpool) in xnn_setup_convolution2d_nhwc_f32()
|
H A D | global-average-pooling-ncw.c | 98 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_ncw_f32()
|
H A D | depth-to-space-nchw2nhwc.c | 102 pthreadpool_t threadpool) in xnn_setup_depth_to_space_nchw2nhwc_x32()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | quantization_utils_test.cc | 214 thread::ThreadPool threadpool(Env::Default(), "test", 2 /* num_threads */); in TestRequantizeManyInNewRangeEigenVsNonEigen() local 296 thread::ThreadPool threadpool(Env::Default(), "test", 4 /* num_threads */); in TimeRequantizeManyInNewRange() local 608 thread::ThreadPool threadpool(Env::Default(), "test", 2 /* num_threads */); in TestRequantizeManyInNewRange32To8BitUsingEigen() local 639 thread::ThreadPool threadpool(Env::Default(), "test", 2 /* num_threads */); in TestFloatToQuantizedInPlaceUsingEigen() local 650 thread::ThreadPool threadpool(Env::Default(), "test", 2 /* num_threads */); in TestOverflowWithEigen() local 718 thread::ThreadPool threadpool(Env::Default(), "test", 2 /* num_threads */); in TestQuantizedToFloatInPlaceUsingEigen() local
|
H A D | nn_ops_test.cc | 778 thread::ThreadPool threadpool(Env::Default(), "test", num_threads); in BM_LRNFloat() local 859 thread::ThreadPool threadpool(Env::Default(), "test", num_threads); in BM_AvgPool() local 949 thread::ThreadPool threadpool(Env::Default(), "test", num_threads); in BM_AvgPoolBk() local 1054 thread::ThreadPool threadpool(Env::Default(), "test", num_threads); in BM_MaxPool() local 1240 thread::ThreadPool threadpool(Env::Default(), "test", num_threads); in BM_ReluFloat() local 1311 thread::ThreadPool threadpool(Env::Default(), "test", num_threads); in BM_SoftplusFloat() local
|
/aosp_15_r20/external/pthreadpool/src/ |
H A D | memory.c | 28 struct pthreadpool* threadpool = NULL; in pthreadpool_allocate() local 54 struct pthreadpool* threadpool) in pthreadpool_deallocate()
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | runtime.c | 126 pthreadpool_t threadpool, in xnn_create_runtime_v2() 136 pthreadpool_t threadpool, in xnn_create_runtime_v3() 225 pthreadpool_t threadpool, in xnn_create_runtime_v4()
|
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/ |
H A D | pthreadpool-cpp.cc | 89 static auto threadpool = in pthreadpool() local 112 PThreadPool* const threadpool = pthreadpool(); in pthreadpool_() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/ |
H A D | convolution.c | 668 pthreadpool_t threadpool) { in pytorch_qnnp_setup_convolution2d_nhwc_q8() 692 pthreadpool_t threadpool) { in pytorch_qnnp_setup_convolution_ndhwc_q8()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
H A D | transpose_test.cc | 357 tensorflow::thread::ThreadPool threadpool(tensorflow::Env::Default(), in TestTranspose() local 506 tensorflow::thread::ThreadPool threadpool(tensorflow::Env::Default(), in BM_Transpose() local
|
/aosp_15_r20/external/executorch/extension/threadpool/ |
H A D | threadpool_guard.cpp | 11 namespace executorch::extension::threadpool { namespace
|
/aosp_15_r20/external/rust/android-crates-io/crates/threadpool/ |
D | Cargo.toml | 14 name = "threadpool" package
|
/aosp_15_r20/external/pthreadpool/examples/ |
H A D | addition.c | 24 pthreadpool_t threadpool = pthreadpool_create(0); in main() local
|
/aosp_15_r20/external/grpc-grpc/bazel/ |
H A D | _gevent_test_main.py | 19 threadpool = gevent.hub.get_hub().threadpool variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/bazel/ |
D | _gevent_test_main.py | 19 threadpool = gevent.hub.get_hub().threadpool variable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | delegate_test.cc | 59 pthreadpool_t threadpool = static_cast<pthreadpool_t>( in TEST() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | qtanh.cpp | 80 pthreadpool_t threadpool = caffe2::pthreadpool_(); in qnnpack_tanh() local
|