Searched refs:single_threaded (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_runtime_test.cc | 81 bool single_threaded) { in EigenMatrixMultiply() argument 97 if (single_threaded) { in EigenMatrixMultiply() 143 bool single_threaded = std::get<3>(info.param); in Name() local 148 single_threaded ? "single" : "multi"); in Name() 156 bool single_threaded = std::get<3>(GetParam()); in TEST_P() local 161 single_threaded); in TEST_P() 180 bool single_threaded = std::get<3>(info.param); in Name() local 185 single_threaded ? "single" : "multi"); in Name() 193 bool single_threaded) { in MKLMatrixMultiply() argument 209 if (single_threaded) { in MKLMatrixMultiply() [all …]
|
/external/webrtc/webrtc/base/ |
D | sigslot_unittest.cc | 17 static bool TemplateIsST(const sigslot::single_threaded* p) { in TemplateIsST() 31 template<class slot_policy = sigslot::single_threaded, 32 class signal_policy = sigslot::single_threaded> 62 template<class slot_policy = sigslot::single_threaded, 92 SigslotReceiver<slot_policy, sigslot::single_threaded> st_receiver_;
|
D | sigslot.h | 95 #define SIGSLOT_DEFAULT_MT_POLICY single_threaded 114 # define SIGSLOT_DEFAULT_MT_POLICY single_threaded 123 class single_threaded 126 single_threaded() in single_threaded() function 131 virtual ~single_threaded() {} in ~single_threaded()
|
/external/v8/src/ |
D | flag-definitions.h | 635 DEFINE_IMPLICATION(wasm_fuzzer_gen_test, single_threaded) 1393 DEFINE_IMPLICATION(predictable, single_threaded) 1395 DEFINE_VALUE_IMPLICATION(single_threaded, wasm_num_compilation_tasks, 0) 1396 DEFINE_NEG_IMPLICATION(single_threaded, wasm_async_compilation) 1402 DEFINE_BOOL(single_threaded, false, "disable the use of background tasks") 1403 DEFINE_IMPLICATION(single_threaded, single_threaded_gc) 1404 DEFINE_NEG_IMPLICATION(single_threaded, concurrent_recompilation) 1405 DEFINE_NEG_IMPLICATION(single_threaded, compiler_dispatcher)
|