Home
last modified time | relevance | path

Searched defs:outerSize (Results 1 – 7 of 7) sorted by relevance

/external/armnn/src/backends/reference/workloads/
DSoftmax.cpp29 const unsigned int outerSize = armnnUtils::GetNumElementsBetween(inputShape, 0, uAxis); in Softmax() local
DLogSoftmax.cpp46 const unsigned int outerSize = armnnUtils::GetNumElementsBetween(inputShape, 0, uAxis); in LogSoftmax() local
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrixBase.h128 Index outerSize() const { in outerSize() function
/external/eigen/Eigen/src/plugins/
DBlockMethods.h1395 innerVectors(Index outerStart, Index outerSize) in innerVectors()
1408 innerVectors(Index outerStart, Index outerSize) const in innerVectors()
/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h189 Index outerSize() const { return (int(Flags)&RowMajorBit) ? this->rows() : this->cols(); } in outerSize() function
/external/eigen/Eigen/src/Core/
DDenseBase.h223 Index outerSize() const in outerSize() function
/external/eigen/unsupported/Eigen/src/SparseExtra/
DRandomSetter.h206 const Index outerSize = SwapStorage ? target.innerSize() : target.outerSize(); in RandomSetter() local