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