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

Method begin

samples/common/include/Audio/DataStructures.hpp:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 using const_iterator=T const*;
97
98 iterator begin() { return m_data; }
99 iterator end() { return m_data + totalSize(); }
100 const_iterator begin() const { return m_data; }
101 const_iterator end() const { return m_data + totalSize(); };

Callers 15

GetMeanMethod · 0.45
GetStdDevMethod · 0.45
NormaliseVecMethod · 0.45
InvokeMethod · 0.45
ApplyMelFilterBankMethod · 0.45
DecodeOutputMethod · 0.45
GenerateRangeKFunction · 0.45
NonMaxSuppressionFunction · 0.45
InvokeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected