Home
last modified time | relevance | path

Searched defs:modelOperand (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/
DValidateHal.cpp456 auto isValidSubgraphReference = [&canonicalSubgraphs](const Operand& modelOperand) -> bool { in validateOperations()
464 [&canonicalSubgraphs](const Operand& modelOperand) -> const Model::Subgraph* { in validateOperations()
468 auto getInputCount = [&getSubgraph](const Operand& modelOperand) -> uint32_t { in validateOperations()
471 auto getOutputCount = [&getSubgraph](const Operand& modelOperand) -> uint32_t { in validateOperations()
480 auto getOutputOperand = [&getSubgraph](const Operand& modelOperand, in validateOperations()
481 uint32_t index) -> const Operand* { in validateOperations()
/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp1541 const Operand& modelOperand) { in validateSubgraphReference()
1548 const Operand& modelOperand) { in getSubgraph()
1551 uint32_t getInputCount(const std::vector<Model::Subgraph>& subgraphs, const Operand& modelOperand) { in getInputCount()
1555 const Operand& modelOperand) { in getOutputCount()
1559 const Operand& modelOperand, uint32_t index) { in getInputOperand()
1564 const Operand& modelOperand, uint32_t index) { in getOutputOperand()