Searched refs:isValidSubgraphReference (Results 1 – 4 of 4) sorted by relevance
372 auto isValidSubgraphReference = [this](const Operand& modelOperand) -> bool { in addOperation() local393 {.isValidSubgraphReference = isValidSubgraphReference, in addOperation()
452 auto isValidSubgraphReference = [&subgraphs](const Operand& modelOperand) -> bool { in validateOperations() local488 {.isValidSubgraphReference = isValidSubgraphReference, in validateOperations()
723 CHECK(helper.isValidSubgraphReference != nullptr); in checkSubgraphValidationHelper()738 NN_RET_CHECK(helper.isValidSubgraphReference(branchModelOperand)) in validateIfOperation()791 NN_RET_CHECK(helper.isValidSubgraphReference(condModelOperand)) in validateWhileOperation()809 NN_RET_CHECK(helper.isValidSubgraphReference(bodyModelOperand)) in validateWhileOperation()
389 std::function<bool(const hal::Operand&)> isValidSubgraphReference;