Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/core/
DWindowIterator.h154 …dowIterator(const Window &w, const Coordinates &start, const Coordinates &end, L &&lambda_function) in WindowIterator() argument
155 : _lambda_function(std::move(lambda_function)), in WindowIterator()
313 …ow_iterator(const Window &w, const Coordinates &start, const Coordinates &end, L &&lambda_function) in create_window_iterator() argument
315 return WindowIterator<L>(w, start, end, std::move(lambda_function)); in create_window_iterator()
DHelpers.inl53 static void unroll(const Window &w, Coordinates &id, L &&lambda_function, Ts &&... iterators)
60 ForEachDimension < dim - 1 >::unroll(w, id, lambda_function, iterators...);
69 static void unroll(const Window &w, Coordinates &id, L &&lambda_function, Ts &&... iterators)
72 lambda_function(id);
77 inline void execute_window_loop(const Window &w, L &&lambda_function, Ts &&... iterators) argument
87 …sion<Coordinates::num_max_dimensions>::unroll(w, id, std::forward<L>(lambda_function), std::forwar…
DHelpers.h115 inline void execute_window_loop(const Window &w, L &&lambda_function, Ts &&... iterators);