Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/NEON/UNIT/
DTensorAllocator.cpp172 Window tensor_window; in TEST_CASE() local
173 tensor_window.use_tensor_dimensions(tensor.info()->tensor_shape()); in TEST_CASE()
174 Iterator tensor_it(&tensor, tensor_window); in TEST_CASE()
176 execute_window_loop(tensor_window, [&](const Coordinates &) in TEST_CASE()
186 execute_window_loop(tensor_window, [&](const Coordinates &) in TEST_CASE()