Searched refs:firstAxisInclusive (Results 1 – 2 of 2) sorted by relevance
142 uint32_t getNumberOfElements(const Shape& shape, size_t firstAxisInclusive, in getNumberOfElements() argument144 nnAssert(0 <= firstAxisInclusive); in getNumberOfElements()145 nnAssert(firstAxisInclusive <= lastAxisExclusive); in getNumberOfElements()148 for (size_t i = firstAxisInclusive; i < lastAxisExclusive; i++) { in getNumberOfElements()
132 uint32_t getNumberOfElements(const Shape& shape, size_t firstAxisInclusive,