Home
last modified time | relevance | path

Searched defs:num_threads (Results 351 – 375 of 461) sorted by relevance

1...<<111213141516171819

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddetection_postprocess_test.cc382 const TensorData& output4, bool use_regular_nms, int num_threads = 1) { in DetectionPostprocessOpModelwithRegularNMS()
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dsnapshot_test.py1111 num_threads=1, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dtranspose_test.cc537 for (int num_threads : std::get<2>(variant)) { in __anon52eea82a0302() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A Dqlinear_dynamic.cpp576 int num_threads = at::get_num_threads(); in apply_dynamic_impl() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dclustering_ops.cc356 const int64_t num_threads = worker_threads.num_threads; in Compute() local
H A Dtraining_ops_test.cc27 static SessionOptions* InitMultiThreadingOptions(int num_threads) { in InitMultiThreadingOptions()
H A Dconv_grad_filter_ops.cc223 auto num_threads = in operator ()() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/main/native/
H A Dnativeinterpreterwrapper_jni.cc396 jint num_threads, jboolean useXnnpack, jobject delegate_handle_list) { in Java_org_tensorflow_lite_NativeInterpreterWrapper_createInterpreter()
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A Ddwt.c1740 const int num_threads = opj_thread_pool_get_thread_count(tp); in opj_dwt_encode_procedure() local
2089 int num_threads; in opj_dwt_decode_tile() local
3328 const int num_threads = opj_thread_pool_get_thread_count(tp); in opj_dwt_decode_tile_97() local
H A Dopenjpeg.c331 int num_threads) in opj_codec_set_threads()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/x86/
H A Damx.c681 unsigned int num_threads; member
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dtrace_event_unittest.cc1126 int num_threads, in ValidateInstantEventPresentOnEveryThread()
1745 const int num_threads = 4; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dcore_test.py1032 def execution_mode_test(cond, count, num_threads, ctx, mode): argument
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_meta.h183 unsigned num_threads; member
/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dmulti_threaded_proxy_resolver_unittest.cc236 void Init(size_t num_threads) { in Init()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c1256 lp_rast_create(unsigned num_threads) in lp_rast_create()
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_executor.cpp658 const auto num_threads = internal::random<int>(20, 24); in EIGEN_DECLARE_TEST() local
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dserver_async.cc91 int num_threads = config.async_server_threads(); in AsyncQpsServerTest() local
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Dgen7_media.h67 uint32_t num_threads:8; member
/aosp_15_r20/external/libgav1/src/
H A Dpost_filter_test.cc975 int num_threads) { in TestMultiThread()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c1035 int num_threads; in evergreen_init_atom_start_compute_cs() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c122 unsigned num_threads = DIV_ROUND_UP(size, dwords_per_thread * 4); in si_compute_clear_buffer_rmw() local
H A Dsi_compute.c965 uint32_t num_threads[3]; in si_emit_dispatch_packets() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
H A Dinterpreter_wrapper.cc839 PyObject* InterpreterWrapper::SetNumThreads(int num_threads) { in SetNumThreads()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDilatedMaxPool2d.cu400 … const int num_threads = std::min(at::cuda::getCurrentDeviceProperties()->maxThreadsPerBlock, in TORCH_IMPL_FUNC() local

1...<<111213141516171819