/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | L2Normalization.cpp | 50 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
|
D | TransposeConv2D.cpp | 166 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
|
D | Softmax.cpp | 53 const uint32_t outerSize = getNumberOfElements(inputShape, 0, axis); in softmaxSlowFloat32() local 128 const uint32_t outerSize = getNumberOfElements(inputShape, 0, axis); in softmaxQuant8Impl() local
|
D | LogSoftmax.cpp | 35 const uint32_t outerSize = getNumberOfElements(shape, 0, axis); in compute() local
|
D | Gather.cpp | 33 const auto outerSize = getNumberOfElements(inputShape, 0, axis); in eval() local
|
D | ArgMinMax.cpp | 33 const int outerSize = getNumberOfElements(inputShape, 0, axis); in argMinMaxImpl() local
|
D | ChannelShuffle.cpp | 32 const uint32_t outerSize = getNumberOfElements(inputShape, 0, axis); in eval() local
|
D | Split.cpp | 35 int outerSize = 1; in splitGeneric() local
|
D | LocalResponseNormalization.cpp | 50 const uint32_t outerSize = getNumberOfElements(inputShape, 0, axis); in localResponseNormFloat32Impl() local
|
/aosp_15_r20/external/eigen/Eigen/src/plugins/ |
H A D | BlockMethods.h | 1395 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 D | Softmax.cpp | 29 const unsigned int outerSize = armnnUtils::GetNumElementsBetween(inputShape, 0, uAxis); in Softmax() local
|
H A D | LogSoftmax.cpp | 46 const unsigned int outerSize = armnnUtils::GetNumElementsBetween(inputShape, 0, uAxis); in LogSoftmax() local
|
H A D | RefChannelShuffleWorkload.cpp | 57 uint32_t outerSize = getNumberOfElements(tensorShape, 0, channelsAxis); in Execute() local
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/Skyline/ |
H A D | SkylineMatrixBase.h | 128 Index outerSize() const { in outerSize() function
|
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/ |
H A D | SparseMatrixBase.h | 189 Index outerSize() const { return (int(Flags)&RowMajorBit) ? this->rows() : this->cols(); } in outerSize() function
|
/aosp_15_r20/external/eigen/Eigen/src/Core/ |
H A D | DenseBase.h | 223 Index outerSize() const in outerSize() function
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/SparseExtra/ |
H A D | RandomSetter.h | 206 const Index outerSize = SwapStorage ? target.innerSize() : target.outerSize(); in RandomSetter() local
|