Lines Matching refs:nnAssert
43 nnAssert(device != nullptr); // nullptr indicates CPU in compile()
142 nnAssert(kind == INPUT); in addOperand()
222 nnAssert(false); in addOperand()
283 nnAssert(it != mTemporaryToDefiningStep.end()); in findTempsAsSubModelOutputs()
285 nnAssert(stepIndex < mSteps.size()); in findTempsAsSubModelOutputs()
480 nnAssert(mBody != nullptr); in finish()
501 nnAssert((mState == EMPTY) == (mBody == nullptr)); in makeController()
595 nnAssert(controller->mNextStepIndex == 0); // end in next()
614 nnAssert(controller->mNextStepIndex == 1); // end in next()
701 nnAssert(mState != SIMPLE); in createNewStep()
714 nnAssert(mState == EMPTY); in becomeSingleStep()
732 nnAssert(mBody); in forTest_getKind()
735 nnAssert(mBody); in forTest_getKind()
738 nnAssert(!"unexpected state"); in forTest_getKind()
744 nnAssert(mState == SIMPLE); in forTest_simpleGetDevice()
906 nnAssert(false); in getPerformanceInfo()