Lines Matching refs:CHECK
175 CHECK(index < mOperations.size()); in getOperationOutputs()
195 CHECK(length <= ANEURALNETWORKS_MAX_SIZE_OF_IMMEDIATELY_COPIED_VALUES); in setOperandValue()
200 CHECK(sizeof(value) <= ANEURALNETWORKS_MAX_SIZE_OF_IMMEDIATELY_COPIED_VALUES); in setOperandValue()
270 CHECK(!mLayoutDone); in addMemory()
277 CHECK(!mLayoutDone); in addRegion()
278 CHECK(memoryIndex < memoryCount()); in addRegion()
291 CHECK(mLayoutDone); in getRegion()
292 CHECK(regionIndex < regionCount()); in getRegion()
299 CHECK(buffer != nullptr); in getRegion()
329 CHECK(!mLayoutDone); in layout()
333 CHECK(ashmem != nullptr); in layout()
529 CHECK(operand.lifetime == V1_3::OperandLifeTime::CONSTANT_COPY); in getSignature()
530 CHECK(operand.type == V1_3::OperandType::INT32); in getSignature()
763 CHECK(!normalOperationInputIndexes.empty()); in TEST_P()
830 CHECK(model.operationCount() == 0); in TEST_P()
861 CHECK(deadOperandI == deadOperands.end() || in TEST_P()
959 CHECK(length == problemSize * problemSize * sizeof(float)); in TEST_P()
1052 CHECK(!signatures.empty()); in TEST_P()
1341 CHECK(length == problemSize * problemSize * sizeof(float)); in TEST_P()
1355 CHECK(inputIndex == model.inputCount()); in TEST_P()
1356 CHECK(outputIndex == model.outputCount()); in TEST_P()