Lines Matching refs:CHECK
166 CHECK(mPlan->isSimple()); in SimpleExecutionBuilder()
171 CHECK(mPlan->isCompound()); in CompoundExecutionBuilder()
441 CHECK(computationStarted()) << "getComputeStartTimePoint called before " in getComputeStartTimePoint()
644 CHECK(executionBuilder != nullptr); in cpuFallbackFull()
675 CHECK(executor != nullptr); in cpuFallbackPartial()
773 CHECK(executor->areDynamicTemporariesAllocated()); in computeInternal()
806 CHECK(mAllowCpuFallback); in computeInternal()
831 CHECK(fallbackExecutor->areDynamicTemporariesAllocated()); in computeInternal()
944 CHECK(!mCompilation->hasDynamicTemporaries()); in computeFencedInternal()
1013 CHECK(syncFence != nullptr); in computeFenced()
1053 CHECK(synchronizationCallback == nullptr || burstBuilder == nullptr) in compute()
1222 CHECK(mState != State::PREPARATION) in finishComputation()
1224 CHECK(mState != State::COMPLETED) << "ExecutionBuilder::finishComputation is called twice"; in finishComputation()
1240 CHECK(update != nullptr); in updateOutputShapes()
1373 CHECK(mDevice != nullptr); in StepExecutor()
1375 CHECK(!(reusable && dynamicTemporaries != nullptr)); in StepExecutor()
1403 CHECK(false) << "unexpected ModelArgumentInfo::state"; in mapInputOrOutput()
1431 CHECK(inputOrOutputInfo->unspecified()); in setInputOrOutputFromMemory()
1437 CHECK(isUpdatable(inputOrOutputInfo->dimensions(), dimensions)); in setInputOrOutputFromMemory()
1491 CHECK(mReusable); in getReusableExecution()
1493 CHECK(mPreparedModel != nullptr); in getReusableExecution()
1525 CHECK(mPreparedModel != nullptr); in compute()
1562 CHECK(mPreparedModel != nullptr); in computeFenced()