Home
last modified time | relevance | path

Searched refs:nnAssert (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/common/
DOperationsUtils.cpp146 nnAssert(0 <= firstAxisInclusive); in getNumberOfElements()
147 nnAssert(firstAxisInclusive <= lastAxisExclusive); in getNumberOfElements()
148 nnAssert(lastAxisExclusive <= shape.dimensions.size()); in getNumberOfElements()
161 nnAssert(0 <= dimensionIdx && dimensionIdx < shape.dimensions.size()); in getSizeOfDimension()
DUtils.cpp187 nnAssert(!"tableLookup: bad code"); in tableLookup()
/frameworks/ml/nn/common/include/
DCpuOperationUtils.h35 nnAssert(shape.dimensions.size() <= 4); in convertShapeToDims()
DUtils.h77 #define nnAssert(v) CHECK(v) macro
/frameworks/ml/nn/runtime/
DModelBuilder.cpp286 nnAssert(operand.lifetime == OperandLifeTime::CONSTANT_REFERENCE); in copyLargeValuesToSharedMemory()
855 nnAssert(runOrder.size() < mOperations.size()); in sortIntoRunOrder()