Home
last modified time | relevance | path

Searched defs:isValidSubgraphReference (Results 1 – 2 of 2) 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