Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DValidateHal.cpp455 auto isValidSubgraphReference = [&canonicalSubgraphs](const Operand& modelOperand) -> bool { in validateOperations() local
493 {.isValidSubgraphReference = isValidSubgraphReference, in validateOperations()
DLegacyUtils.cpp610 CHECK(helper.isValidSubgraphReference != nullptr); in checkSubgraphValidationHelper()
625 NN_RET_CHECK(helper.isValidSubgraphReference(branchModelOperand)) in validateIfOperation()
677 NN_RET_CHECK(helper.isValidSubgraphReference(condModelOperand)) in validateWhileOperation()
695 NN_RET_CHECK(helper.isValidSubgraphReference(bodyModelOperand)) in validateWhileOperation()
/packages/modules/NeuralNetworks/common/include/
DLegacyUtils.h243 std::function<bool(const Operand&)> isValidSubgraphReference; member