Home
last modified time | relevance | path

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

/external/mesa3d/src/util/tests/sparse_array/
Dmeson.build24 'multi_threaded',
25 'multi_threaded.c',
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc739 bool multi_threaded = ShouldUseMultiThreadedEigen(hlo_module_config_); in EmitCallToRuntime() local
748 fn_name = multi_threaded in EmitCallToRuntime()
754 fn_name = multi_threaded in EmitCallToRuntime()
763 fn_name = multi_threaded in EmitCallToRuntime()
772 fn_name = multi_threaded in EmitCallToRuntime()
778 fn_name = multi_threaded in EmitCallToRuntime()
784 fn_name = multi_threaded in EmitCallToRuntime()
Dir_emitter.cc958 bool multi_threaded = in HandleConvolution() local
967 ? (multi_threaded in HandleConvolution()
970 : (multi_threaded in HandleConvolution()
974 if (!multi_threaded && use_mkl_dnn) { in HandleConvolution()
/external/libvpx/libvpx/vp8/common/
Donyx.h201 int multi_threaded; /* how many threads to run the encoder on */ member
/external/libvpx/libvpx/vp8/encoder/
Dethreading.c495 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) { in vp8cx_create_encoder_threads()
497 int th_count = cpi->oxcf.multi_threaded - 1; in vp8cx_create_encoder_threads()
501 if (cpi->oxcf.multi_threaded > cm->processor_core_count) { in vp8cx_create_encoder_threads()
Donyx_if.c1227 if (cpi->oxcf.multi_threaded > 1) { in vp8_alloc_compressor_data()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c297 oxcf->multi_threaded = cfg.g_threads; in set_vp8e_config()