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

Method GetDimensionality

include/armnn/Tensor.hpp:92–92  ·  view source on GitHub ↗

Function that returns the tensor type. @return - Parameter to indicate if the Tensor is a scalar, a Tensor of known dimensionality or a Tensor of unknown dimensionality

Source from the content-addressed store, hash-verified

90 /// @return - Parameter to indicate if the Tensor is a scalar, a Tensor of known dimensionality or
91 /// a Tensor of unknown dimensionality
92 Dimensionality GetDimensionality() const { return m_Dimensionality; }
93
94 /// Gets information about if the dimension size has been specified or not
95 /// @param i - Dimension index.

Callers 15

VisitUnpackOperatorFunction · 0.80
VisitArgMinMaxOperatorFunction · 0.80
VisitUnpackOperatorFunction · 0.80
VisitArgMinMaxOperatorFunction · 0.80
CreateTensorInfoMethod · 0.80
ComputeOutputInfoMethod · 0.80
ParseUnsqueezeMethod · 0.80
SetupInputLayersMethod · 0.80
HasSpecifiedShapeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected