Home
last modified time | relevance | path

Searched refs:isValidSubgraphReference (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/common/include/
DLegacyUtils.h222 std::function<bool(const Operand&)> isValidSubgraphReference; member
/packages/modules/NeuralNetworks/common/
DValidateHal.cpp456 auto isValidSubgraphReference = [&canonicalSubgraphs](const Operand& modelOperand) -> bool { in validateOperations() local
494 {.isValidSubgraphReference = isValidSubgraphReference, in validateOperations()
DLegacyUtils.cpp578 CHECK(helper.isValidSubgraphReference != nullptr); in checkSubgraphValidationHelper()
593 NN_RET_CHECK(helper.isValidSubgraphReference(branchModelOperand)) in validateIfOperation()
645 NN_RET_CHECK(helper.isValidSubgraphReference(condModelOperand)) in validateWhileOperation()
663 NN_RET_CHECK(helper.isValidSubgraphReference(bodyModelOperand)) in validateWhileOperation()