Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/NEON/UNIT/
DRuntimeContext.cpp107 NEActivationLayer act_layer_thread0(&ctx1); in TEST_CASE() local
117 act_layer_thread0.configure(&src_t0, &dst_t0, activation_info); in TEST_CASE()
141 std::thread neon_thread1([&] { act_layer_thread0.run(); }); in TEST_CASE()