Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ GetAxis
Method
GetAxis
src/armnn/Descriptors.cpp:382–385 ·
view source on GitHub ↗
Get the axis value.
Source
from the content-addressed store, hash-verified
380
381
/// Get the axis value.
382
int32_t ViewsDescriptor::GetAxis() const
383
{
384
return m_Axis;
385
}
386
387
/// Returns true if an axis has been set.
388
bool ViewsDescriptor::HasAxis() const
Callers
4
SerializeSplitterLayer
Method · 0.80
VerifyTosaAttribute
Function · 0.80
ComputeSplitAxis
Function · 0.80
Serialize
Method · 0.80
Calls
no outgoing calls
Tested by
1
VerifyTosaAttribute
Function · 0.64