MCPcopy 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.
382int32_t ViewsDescriptor::GetAxis() const
383{
384 return m_Axis;
385}
386
387/// Returns true if an axis has been set.
388bool ViewsDescriptor::HasAxis() const

Callers 4

VerifyTosaAttributeFunction · 0.80
ComputeSplitAxisFunction · 0.80
SerializeMethod · 0.80

Calls

no outgoing calls

Tested by 1

VerifyTosaAttributeFunction · 0.64