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

Method GetViewSizes

src/armnn/Descriptors.cpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347const uint32_t* ViewsDescriptor::GetViewSizes(uint32_t idx) const
348{
349 return m_ViewSizes ? m_ViewSizes[idx] : nullptr;
350}
351
352const OriginsDescriptor& ViewsDescriptor::GetOrigins() const
353{

Callers 6

ComputeSplitAxisFunction · 0.80
operator==Method · 0.80
SerializeMethod · 0.80
InferOutputShapesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected