Searched defs:outerSize (Results 1 – 7 of 7) sorted by relevance
29 const unsigned int outerSize = armnnUtils::GetNumElementsBetween(inputShape, 0, uAxis); in Softmax() local
46 const unsigned int outerSize = armnnUtils::GetNumElementsBetween(inputShape, 0, uAxis); in LogSoftmax() local
128 Index outerSize() const { in outerSize() function
1395 innerVectors(Index outerStart, Index outerSize) in innerVectors()1408 innerVectors(Index outerStart, Index outerSize) const in innerVectors()
189 Index outerSize() const { return (int(Flags)&RowMajorBit) ? this->rows() : this->cols(); } in outerSize() function
223 Index outerSize() const in outerSize() function
206 const Index outerSize = SwapStorage ? target.innerSize() : target.outerSize(); in RandomSetter() local