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

Method totalSize

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

* Gets the array2d total size. */

Source from the content-addressed store, hash-verified

85 * Gets the array2d total size.
86 */
87 size_t totalSize()
88 {
89 return m_rows * m_cols;
90 }
91
92 /**
93 * array2d iterator.

Callers 2

GetMeanMethod · 0.80
GetStdDevMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected