Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
unsigned int TensorShape::GetNumDimensions() const
175
{
176
CheckUnspecifiedNumDimensions();
177
178
return m_NumDimensions;
179
}
180
181
unsigned int TensorShape::GetNumElements() const
182
{
Callers
15
GetImageAspectRatio
Method · 0.45
VisitScatterNdOperator
Function · 0.45
VisitLogicalBinaryOperator
Function · 0.45
VisitUnpackOperator
Function · 0.45
VisitSqueezeOperator
Function · 0.45
VisitExpandDimsOperator
Function · 0.45
VisitMeanOperator
Function · 0.45
ValidateFloorDivOperator
Function · 0.45
VisitElementwiseBinaryOperator
Function · 0.45
VisitFullyConnectedOperator
Function · 0.45
VisitComparisonOperator
Function · 0.45
VisitReduceOperator
Function · 0.45
Calls
no outgoing calls
Tested by
5
GetTensorShapeAsString
Method · 0.36
RunTest
Method · 0.36
ConcatDescriptor>
Method · 0.36
SplitterDescriptor>
Method · 0.36
CheckConstTensors
Method · 0.36