Home
last modified time | relevance | path

Searched refs:multi_threaded (Results 1 – 10 of 10) sorted by relevance

/external/ml_dtypes/ml_dtypes/tests/
Dmulti_thread_utils.py22 def multi_threaded(*, num_workers: int, skip_tests: Optional[list[str]] = None): function
/external/libgav1/src/
Dpost_filter_test.cc490 bool multi_threaded);
497 bool use_fixed_values, Pixel value, int id, bool multi_threaded) { in TestApplySuperRes() argument
518 if (multi_threaded) { in TestApplySuperRes()
538 MultiplyBy4(frame_header.columns4x4), (multi_threaded ? kNumThreads : 1), in TestApplySuperRes()
583 if (multi_threaded) { in TestApplySuperRes()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc803 bool multi_threaded = ShouldUseMultiThreadedEigen(hlo_module_config_); in EmitCallToRuntime() local
813 fn_name = multi_threaded in EmitCallToRuntime()
820 multi_threaded in EmitCallToRuntime()
830 fn_name = multi_threaded in EmitCallToRuntime()
839 fn_name = multi_threaded in EmitCallToRuntime()
845 fn_name = multi_threaded in EmitCallToRuntime()
851 fn_name = multi_threaded in EmitCallToRuntime()
Dir_emitter.cc994 bool multi_threaded = in HandleConvolution() local
1018 ? (multi_threaded in HandleConvolution()
1021 : (multi_threaded in HandleConvolution()
1030 ? (multi_threaded in HandleConvolution()
1033 : (multi_threaded in HandleConvolution()
1039 if (!multi_threaded && use_mkl_dnn) { in HandleConvolution()
/external/libvpx/vp8/common/
Donyx.h201 int multi_threaded; /* how many threads to run the encoder on */ member
/external/libvpx/vp8/encoder/
Dethreading.c494 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) { in vp8cx_create_encoder_threads()
495 th_count = cpi->oxcf.multi_threaded - 1; in vp8cx_create_encoder_threads()
498 if (cpi->oxcf.multi_threaded > cm->processor_core_count) { in vp8cx_create_encoder_threads()
/external/pytorch/benchmarks/tensorexpr/
Dmicrobenchmarks.py329 if not args.multi_threaded:
/external/linux-kselftest/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c909 TEST_F(mount_setattr, multi_threaded) in TEST_F() argument
/external/libvpx/vp8/
Dvp8_cx_iface.c310 oxcf->multi_threaded = cfg.g_threads; in set_vp8e_config()
/external/pytorch/torch/testing/_internal/distributed/rpc/
Drpc_test.py1633 def _test_barrier_helper(self, info, names, multi_threaded=False): argument
1637 if not multi_threaded and info.name == leader:
1642 if not multi_threaded and info.name == leader: