Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/NEON/UNIT/
DRuntimeContext.cpp108 NEActivationLayer act_layer_thread1(&ctx2); in TEST_CASE() local
118 act_layer_thread1.configure(&src_t1, &dst_t1, activation_info); in TEST_CASE()
142 std::thread neon_thread2([&] { act_layer_thread1.run(); }); in TEST_CASE()