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

Method begin

tests/framework/datasets/ZipDataset.h:118–121  ·  view source on GitHub ↗

Iterator pointing at the begin of the dataset. * * @return Iterator for the dataset. */

Source from the content-addressed store, hash-verified

116 * @return Iterator for the dataset.
117 */
118 iterator begin() const
119 {
120 return iterator(_dataset1.begin(), _dataset2.begin());
121 }
122
123 /** Size of the dataset.
124 *

Callers 8

TestCaseRegistrarMethod · 0.45
get_profilerMethod · 0.45
tolowerFunction · 0.45
measurementsMethod · 0.45
test_measurementsMethod · 0.45
InstrumentsStatsMethod · 0.45
print_errors_footerMethod · 0.45
print_measurementsMethod · 0.45

Calls 1

iteratorClass · 0.70

Tested by 2

TestCaseRegistrarMethod · 0.36
test_measurementsMethod · 0.36