Searched defs:isValidSubgraphReference (Results 1 – 2 of 2) sorted by relevance
222 std::function<bool(const Operand&)> isValidSubgraphReference; member
456 auto isValidSubgraphReference = [&canonicalSubgraphs](const Operand& modelOperand) -> bool { in validateOperations() local