Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DL2Normalization.cpp50 const uint32_t outerSize = getNumberOfElements(inputShape, 0, axis); in l2normFloat32Impl() local
77 const uint32_t outerSize = getNumberOfElements(inputShape, 0, axis); in l2normQuant8Impl() local
109 const uint32_t outerSize = getNumberOfElements(inputShape, 0, axis); in l2normQuant8SignedImpl() local
189 const int32_t outerSize = getNumberOfElements(inputShape, 0, axis); in l2normQuant8Signed() local
DTransposeConv2D.cpp166 const uint32_t outerSize = numBatches * outputHeight * outputWidth; in transposeConvNhwc() local
257 const uint32_t outerSize = numBatches * outputHeight * outputWidth; in transposeConvNhwc() local
398 const uint32_t outerSize = numBatches * outputHeight * outputWidth; in transposeConvQuant8PerChannelNhwc() local
DSoftmax.cpp53 const uint32_t outerSize = getNumberOfElements(inputShape, 0, axis); in softmaxSlowFloat32() local
128 const uint32_t outerSize = getNumberOfElements(inputShape, 0, axis); in softmaxQuant8Impl() local
DLogSoftmax.cpp35 const uint32_t outerSize = getNumberOfElements(shape, 0, axis); in compute() local
DGather.cpp33 const auto outerSize = getNumberOfElements(inputShape, 0, axis); in eval() local
DArgMinMax.cpp33 const int outerSize = getNumberOfElements(inputShape, 0, axis); in argMinMaxImpl() local
DChannelShuffle.cpp32 const uint32_t outerSize = getNumberOfElements(inputShape, 0, axis); in eval() local
DSplit.cpp35 int outerSize = 1; in splitGeneric() local
DLocalResponseNormalization.cpp50 const uint32_t outerSize = getNumberOfElements(inputShape, 0, axis); in localResponseNormFloat32Impl() local
/aosp_15_r20/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h1395 innerVectors(Index outerStart, Index outerSize) in innerVectors()
1408 innerVectors(Index outerStart, Index outerSize) const in innerVectors()
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DSoftmax.cpp29 const unsigned int outerSize = armnnUtils::GetNumElementsBetween(inputShape, 0, uAxis); in Softmax() local
H A DLogSoftmax.cpp46 const unsigned int outerSize = armnnUtils::GetNumElementsBetween(inputShape, 0, uAxis); in LogSoftmax() local
H A DRefChannelShuffleWorkload.cpp57 uint32_t outerSize = getNumberOfElements(tensorShape, 0, channelsAxis); in Execute() local
/aosp_15_r20/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineMatrixBase.h128 Index outerSize() const { in outerSize() function
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h189 Index outerSize() const { return (int(Flags)&RowMajorBit) ? this->rows() : this->cols(); } in outerSize() function
/aosp_15_r20/external/eigen/Eigen/src/Core/
H A DDenseBase.h223 Index outerSize() const in outerSize() function
/aosp_15_r20/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DRandomSetter.h206 const Index outerSize = SwapStorage ? target.innerSize() : target.outerSize(); in RandomSetter() local