MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / create_window_iterator

Function create_window_iterator

arm_compute/core/WindowIterator.h:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 */
316template <typename L>
317WindowIterator<L>
318create_window_iterator(const Window &w, const Coordinates &start, const Coordinates &end, L &&lambda_function)
319{
320 return WindowIterator<L>(w, start, end, std::move(lambda_function));
321}
322} // namespace arm_compute
323#endif // ACL_ARM_COMPUTE_CORE_WINDOWITERATOR_H

Callers 1

WindowIterator.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected