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

Method size

tests/framework/datasets/ZipDataset.h:127–130  ·  view source on GitHub ↗

Size of the dataset. * * @return Number of values in the dataset. */

Source from the content-addressed store, hash-verified

125 * @return Number of values in the dataset.
126 */
127 int size() const
128 {
129 return std::min(_dataset1.size(), _dataset2.size());
130 }
131
132private:
133 T _dataset1;

Callers 9

TestCaseRegistrarMethod · 0.45
runMethod · 0.45
measurementsMethod · 0.45
instrument_headerMethod · 0.45
test_measurementsMethod · 0.45
InstrumentsStatsMethod · 0.45
print_profiler_headerMethod · 0.45
print_measurementsMethod · 0.45
print_measurementsMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestCaseRegistrarMethod · 0.36
test_measurementsMethod · 0.36