HomeSort by relevance Sort by last modified time
    Searched refs:nnAssert (Results 1 - 8 of 8) sorted by null

  /frameworks/ml/nn/common/include/
CpuOperationUtils.h 30 nnAssert(shape.dimensions.size() <= 4);
Utils.h 79 #define nnAssert(v) \
82 LOG(ERROR) << "nnAssert failed at " << __FILE__ << ":" << __LINE__ << " - '" << #v \
  /frameworks/ml/nn/runtime/
ExecutionPlan.cpp 43 nnAssert(device != nullptr); // nullptr indicates CPU
142 nnAssert(kind == INPUT);
222 nnAssert(false);
283 nnAssert(it != mTemporaryToDefiningStep.end());
285 nnAssert(stepIndex < mSteps.size());
480 nnAssert(mBody != nullptr);
501 nnAssert((mState == EMPTY) == (mBody == nullptr));
595 nnAssert(controller->mNextStepIndex == 0); // end
614 nnAssert(controller->mNextStepIndex == 1); // end
701 nnAssert(mState != SIMPLE)
    [all...]
ExecutionPlan.h 76 nnAssert(it != mOperandMap.end());
211 nnAssert(temporaryToDefiningStep.count(fromModelIndex) == 0);
274 nnAssert(mState == COMPOUND);
278 nnAssert(mState == COMPOUND);
ExecutionBuilder.cpp 98 nnAssert(dimensions.empty());
476 nnAssert(!"unexpected ModelArgumentInfo::state");
544 nnAssert(mDriver != nullptr);
ModelBuilder.cpp 142 nnAssert(operand.lifetime == OperandLifeTime::CONSTANT_REFERENCE);
  /frameworks/ml/nn/common/
CpuExecutor.cpp 252 nnAssert(poolIndex < modelPoolInfos.size());
265 nnAssert(false);
274 nnAssert(indexes.size() == arguments.size());
289 nnAssert(to.buffer == nullptr);
292 nnAssert(poolIndex < requestPoolInfos.size());
313 nnAssert(info.buffer != nullptr);
    [all...]
Utils.cpp 93 nnAssert(!"tableLookup: bad code");
    [all...]

Completed in 90 milliseconds