Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
uint32_t OriginsDescriptor::GetNumDimensions() const
193
{
194
return m_NumDimensions;
195
}
196
197
const uint32_t* OriginsDescriptor::GetViewOrigin(uint32_t idx) const
198
{
Callers
5
operator==
Method · 0.45
ViewsDescriptor
Method · 0.45
GetAxesToMul
Method · 0.45
GetAxesNotMul
Method · 0.45
GetPermuteVec
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected