Home
last modified time | relevance | path

Searched defs:multi_threaded (Results 1 – 6 of 6) sorted by relevance

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