Home
last modified time | relevance | path

Searched defs:multi_threaded (Results 1 – 7 of 7) 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/libvpx/vp8/common/
Donyx.h201 int multi_threaded; /* how many threads to run the encoder on */ member
/external/libgav1/src/
Dpost_filter_test.cc497 bool use_fixed_values, Pixel value, int id, bool multi_threaded) { in TestApplySuperRes()
/external/linux-kselftest/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c909 TEST_F(mount_setattr, multi_threaded) in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc803 bool multi_threaded = ShouldUseMultiThreadedEigen(hlo_module_config_); in EmitCallToRuntime() local
Dir_emitter.cc994 bool multi_threaded = in HandleConvolution() local
/external/pytorch/torch/testing/_internal/distributed/rpc/
Drpc_test.py1633 def _test_barrier_helper(self, info, names, multi_threaded=False): argument