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

Method GetViewOrigin

src/armnn/Descriptors.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197const uint32_t* OriginsDescriptor::GetViewOrigin(uint32_t idx) const
198{
199 return m_ViewOrigins ? m_ViewOrigins[idx] : nullptr;
200}
201
202
203// Reorders the viewOrigins in accordance with the indices presented in newOrdering array.

Callers 10

SerializeConcatLayerMethod · 0.80
ConcatenateFunction · 0.80
operator==Method · 0.80
SerializeMethod · 0.80
CreateWorkloadMethod · 0.80
CreateTensorsMethod · 0.80
InferOutputShapesMethod · 0.80
CreateWorkloadMethod · 0.80
CreateTensorsMethod · 0.80

Calls

no outgoing calls

Tested by 1

ConcatenateFunction · 0.64