Home
last modified time | relevance | path

Searched defs:innerSize (Results 1 – 8 of 8) sorted by relevance

/external/armnn/src/backends/reference/workloads/
DSoftmax.cpp31 const unsigned int innerSize = armnnUtils::GetNumElementsBetween(inputShape, in Softmax() local
DLogSoftmax.cpp48 const unsigned int innerSize = armnnUtils::GetNumElementsBetween(inputShape, in LogSoftmax() local
DRefChannelShuffleWorkload.cpp58 …uint32_t innerSize = getNumberOfElements(tensorShape, channelsAxis + 1, tensorShape.GetNumDimensio… in Execute() local
/external/eigen/Eigen/src/Core/
DCoreIterators.h87 …NE inner_iterator_selector(const EvaluatorType &eval, const Index &outerId, const Index &innerSize) in inner_iterator_selector()
DDenseBase.h235 Index innerSize() const in innerSize() function
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrixBase.h134 Index innerSize() const { in innerSize() function
/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h192 Index innerSize() const { return (int(Flags)&RowMajorBit) ? this->cols() : this->rows(); } in innerSize() function
/external/eigen/unsupported/Eigen/src/SparseExtra/
DRandomSetter.h207 const Index innerSize = SwapStorage ? target.outerSize() : target.innerSize(); in RandomSetter() local