Searched defs:innerSize (Results 1 – 8 of 8) sorted by relevance
31 const unsigned int innerSize = armnnUtils::GetNumElementsBetween(inputShape, in Softmax() local
48 const unsigned int innerSize = armnnUtils::GetNumElementsBetween(inputShape, in LogSoftmax() local
58 …uint32_t innerSize = getNumberOfElements(tensorShape, channelsAxis + 1, tensorShape.GetNumDimensio… in Execute() local
87 …NE inner_iterator_selector(const EvaluatorType &eval, const Index &outerId, const Index &innerSize) in inner_iterator_selector()
235 Index innerSize() const in innerSize() function
134 Index innerSize() const { in innerSize() function
192 Index innerSize() const { return (int(Flags)&RowMajorBit) ? this->cols() : this->rows(); } in innerSize() function
207 const Index innerSize = SwapStorage ? target.outerSize() : target.innerSize(); in RandomSetter() local