Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ reverse_iterate
Function
reverse_iterate
support/Iterable.h:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
*/
99
template <typename T>
100
reverse_iterable<T> reverse_iterate(T &val)
101
{
102
return reverse_iterable<T>(val);
103
}
104
} // namespace iterable
105
} // namespace utils
106
} // namespace arm_compute
Callers
3
mutate
Method · 0.85
mutate
Method · 0.85
dfs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected