Lines Matching refs:mBody
622 nnAssert(mBody != nullptr); in finish()
623 return mBody->finish(fromModel, executionPreference); in finish()
667 auto simpleBody = static_cast<const SimpleBody*>(mBody); in makeBursts()
785 auto simpleBody = static_cast<const SimpleBody*>(mBody); in next()
887 mBody = new CompoundBody(); in createNewStep()
899 mBody = new SimpleBody(device, model, mCacheDir, mToken); in becomeSingleStep()
904 if (mBody) { in dump()
905 mBody->dump(); in dump()
912 if (mBody) { in reset()
913 delete mBody; in reset()
914 mBody = nullptr; in reset()
924 nnAssert(mBody); in forTest_getKind()
925 return mBody->mSuccessfulFinish ? Kind::SIMPLE : Kind::ERROR; in forTest_getKind()
927 nnAssert(mBody); in forTest_getKind()
928 return mBody->mSuccessfulFinish ? Kind::COMPOUND : Kind::ERROR; in forTest_getKind()
937 return static_cast<const SimpleBody*>(mBody)->mDevice; in forTest_simpleGetDevice()
945 return mBody->hasSubModelOutputsOfUnknownSize(); in forTest_hasSubModelOutputsOfUnknownSize()
951 return static_cast<const SimpleBody*>(mBody)->mToken.getCacheToken(); in forTest_simpleGetCacheToken()