Searched refs:multi_threaded (Results 1 – 10 of 10) sorted by relevance
/external/ml_dtypes/ml_dtypes/tests/ |
D | multi_thread_utils.py | 22 def multi_threaded(*, num_workers: int, skip_tests: Optional[list[str]] = None): function
|
/external/libgav1/src/ |
D | post_filter_test.cc | 490 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/ |
D | dot_op_emitter.cc | 803 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()
|
D | ir_emitter.cc | 994 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/ |
D | onyx.h | 201 int multi_threaded; /* how many threads to run the encoder on */ member
|
/external/libvpx/vp8/encoder/ |
D | ethreading.c | 494 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/ |
D | microbenchmarks.py | 329 if not args.multi_threaded:
|
/external/linux-kselftest/tools/testing/selftests/mount_setattr/ |
D | mount_setattr_test.c | 909 TEST_F(mount_setattr, multi_threaded) in TEST_F() argument
|
/external/libvpx/vp8/ |
D | vp8_cx_iface.c | 310 oxcf->multi_threaded = cfg.g_threads; in set_vp8e_config()
|
/external/pytorch/torch/testing/_internal/distributed/rpc/ |
D | rpc_test.py | 1633 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:
|