Searched refs:firstAxisInclusive (Results 1 – 2 of 2) sorted by relevance
57 uint32_t getNumberOfElements(const Shape& shape, size_t firstAxisInclusive, in getNumberOfElements() argument59 CHECK_LE(0u, firstAxisInclusive); in getNumberOfElements()60 CHECK_LE(firstAxisInclusive, lastAxisExclusive); in getNumberOfElements()63 for (size_t i = firstAxisInclusive; i < lastAxisExclusive; i++) { in getNumberOfElements()
173 uint32_t getNumberOfElements(const Shape& shape, size_t firstAxisInclusive,