Home
last modified time | relevance | path

Searched defs:num_threads (Results 276 – 300 of 461) sorted by relevance

1...<<111213141516171819

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dkernel_mapping_scheme.h49 TilingScheme(Vector3 dims_in_elems, Vector3 tile_sizes, Vector3 num_threads, in TilingScheme()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/detector/
H A Dobject_detector_jni.cc99 jint num_threads = env->CallIntMethod(java_options, num_threads_id); in ConvertToProtoOptions() local
/aosp_15_r20/external/ruy/example/
H A Dparametrized_example.cc48 int num_threads; member
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/saved_model/
H A Dsaved_model_testutil.cc55 int num_threads) { in DefaultTfrtRuntime()
/aosp_15_r20/external/coreboot/src/cpu/intel/haswell/
H A Dhaswell_init.c579 unsigned int num_threads; in get_cpu_count() local
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Deviction_common.c237 const int num_threads = sysconf(_SC_NPROCESSORS_ONLN); in forking_evictions() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DHistogramKernel.cpp127 const auto num_threads = at::get_num_threads(); in histogramdd_cpu_contiguous() local
H A DSortingKernel.cpp133 const auto num_threads = at::get_num_threads(); in parallel_sort1d_kernel() local
/aosp_15_r20/external/libvpx/test/
H A Dvp9_thread_test.cc152 string DecodeFile(const string &filename, int num_threads) { in DecodeFile()
/aosp_15_r20/external/swiftshader/third_party/marl/src/
H A Dscheduler_test.cpp132 constexpr auto num_threads = sizeof(void*) > 4 ? 1000 : 100; in TEST_P() local
/aosp_15_r20/external/sg3_utils/testing/
H A Dsg_tst_context.cpp381 int num_threads = DEF_NUM_THREADS; in main() local
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv_ffi/c/tests/
Dldt_ffi_tests.cc282 int i, num_threads = 100; in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/executors/
Dactor.cpp260 const std::size_t num_threads = 16; in main() local
/aosp_15_r20/art/runtime/
H A Dthread_pool.cc194 size_t num_threads, in AbstractThreadPool()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/
Dactor.cpp259 const std::size_t num_threads = 16; in main() local
/aosp_15_r20/external/libchrome/base/threading/
H A Dthread_perftest.cc71 void RunPingPongTest(const std::string& name, unsigned num_threads) { in RunPingPongTest()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/rseq/
H A Dbasic_percpu_ops_test.c111 const int num_threads = 200; in test_percpu_spinlock() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/task/
Dspawn_pinned.rs77 pub fn num_threads(&self) -> usize { in num_threads() method
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddevice_base.h134 int num_threads = 0; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h130 unsigned num_threads; member
/aosp_15_r20/external/XNNPACK/src/operators/
H A Dresize-bilinear-nhwc.c184 size_t num_threads) in setup_resize_bilinear2d_nhwc()
/aosp_15_r20/external/pytorch/torch/utils/benchmark/utils/
H A Dcompare.py82 row_name_str_len, time_scale, colorize, num_threads=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/proto/
H A Devaluation_stages.proto119 optional int32 num_threads = 3 [default = 1]; field
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dtfrt_op_kernel_test.cc32 std::unique_ptr<tfrt::HostContext> CreateTestHostContext(int num_threads) { in CreateTestHostContext()
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
H A Dinterpreter_wrapper_pybind11.cc222 [](InterpreterWrapper& self, int num_threads) { in PYBIND11_MODULE()

1...<<111213141516171819