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

Method GetNumDimensions

src/armnn/Tensor.cpp:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174unsigned int TensorShape::GetNumDimensions() const
175{
176 CheckUnspecifiedNumDimensions();
177
178 return m_NumDimensions;
179}
180
181unsigned int TensorShape::GetNumElements() const
182{

Callers 15

GetImageAspectRatioMethod · 0.45
VisitScatterNdOperatorFunction · 0.45
VisitUnpackOperatorFunction · 0.45
VisitSqueezeOperatorFunction · 0.45
VisitExpandDimsOperatorFunction · 0.45
VisitMeanOperatorFunction · 0.45
ValidateFloorDivOperatorFunction · 0.45
VisitComparisonOperatorFunction · 0.45
VisitReduceOperatorFunction · 0.45

Calls

no outgoing calls

Tested by 5

RunTestMethod · 0.36
ConcatDescriptor>Method · 0.36
SplitterDescriptor>Method · 0.36
CheckConstTensorsMethod · 0.36