Home
last modified time | relevance | path

Searched refs:ANEURALNETWORKS_WHILE (Results 1 – 8 of 8) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestControlFlow.cpp79 model.addOperation(ANEURALNETWORKS_WHILE, {conditionOperand, bodyOperand, iInit, n}, in TEST_F()
DTestFailingDriver.cpp138 model.addOperation(ANEURALNETWORKS_WHILE, {cond, body, fInput, bInput}, {fTmp}); in TEST_F()
DTestPartitioning.cpp792 addOperation(ANEURALNETWORKS_WHILE, whileInputs, outputs); in addWhileOperation()
DTestValidateOperations.cpp4598 OperationTestBase test(ANEURALNETWORKS_WHILE, {modelType, modelType, dataType, dataType}, in testWhile()
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h5536 ANEURALNETWORKS_WHILE = 97, enumerator
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp199 static_assert(ANEURALNETWORKS_WHILE == 97, "ANEURALNETWORKS_WHILE has changed");
539 static_assert(static_cast<int32_t>(OperationType::WHILE) == ANEURALNETWORKS_WHILE,
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t599 * {@link ANEURALNETWORKS_IF} or {@link ANEURALNETWORKS_WHILE} operation input
1243 * If this execution contains a {@link ANEURALNETWORKS_WHILE} operation, and
1357 * If the execution contains a {@link ANEURALNETWORKS_WHILE} operation, and
2291 * If this execution contains a {@link ANEURALNETWORKS_WHILE} operation, and
2427 * If the execution contains a {@link ANEURALNETWORKS_WHILE} operation, and
2541 * If this execution contains a {@link ANEURALNETWORKS_WHILE} operation, and
/frameworks/ml/nn/common/
DUtils.cpp852 if (opType == ANEURALNETWORKS_IF || opType == ANEURALNETWORKS_WHILE) { in validateOperation()
1854 case ANEURALNETWORKS_WHILE: { in validateOperation()