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

Method GetNumDimensions

src/armnn/Descriptors.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192uint32_t OriginsDescriptor::GetNumDimensions() const
193{
194 return m_NumDimensions;
195}
196
197const uint32_t* OriginsDescriptor::GetViewOrigin(uint32_t idx) const
198{

Callers 5

operator==Method · 0.45
ViewsDescriptorMethod · 0.45
GetAxesToMulMethod · 0.45
GetAxesNotMulMethod · 0.45
GetPermuteVecMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected