Searched refs:isValidSubgraphReference (Results 1 – 3 of 3) sorted by relevance
222 std::function<bool(const Operand&)> isValidSubgraphReference; member
456 auto isValidSubgraphReference = [&canonicalSubgraphs](const Operand& modelOperand) -> bool { in validateOperations() local494 {.isValidSubgraphReference = isValidSubgraphReference, in validateOperations()
578 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()