Home
last modified time | relevance | path

Searched refs:firstAxisInclusive (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/common/
DOperationsUtils.cpp144 uint32_t getNumberOfElements(const Shape& shape, size_t firstAxisInclusive, in getNumberOfElements() argument
146 nnAssert(0 <= firstAxisInclusive); in getNumberOfElements()
147 nnAssert(firstAxisInclusive <= lastAxisExclusive); in getNumberOfElements()
150 for (size_t i = firstAxisInclusive; i < lastAxisExclusive; i++) { in getNumberOfElements()
/frameworks/ml/nn/common/include/
DOperationsUtils.h148 uint32_t getNumberOfElements(const Shape& shape, size_t firstAxisInclusive,