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

Method begin

support/Iterable.h:55–58  ·  view source on GitHub ↗

Get beginning of iterator. * * @return beginning of iterator. */

Source from the content-addressed store, hash-verified

53 * @return beginning of iterator.
54 */
55 typename T::reverse_iterator begin()
56 {
57 return _it.rbegin();
58 }
59
60 /** Get end of iterator.
61 *

Callers 15

parse_npy_headerFunction · 0.45
check_support_fast_mathFunction · 0.45
configureMethod · 0.45
configureMethod · 0.45
SubTensorInfo.cppFile · 0.45
has_padding_changedFunction · 0.45
lower_stringFunction · 0.45
upper_stringFunction · 0.45
joinFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected