Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DValidateHal.cpp452 auto isValidSubgraphReference = [&subgraphs](const Operand& modelOperand) -> bool { in validateOperations()
459 auto getSubgraph = [&subgraphs](const Operand& modelOperand) -> const Subgraph* { in validateOperations()
463 auto getInputCount = [&getSubgraph](const Operand& modelOperand) -> uint32_t { in validateOperations()
466 auto getOutputCount = [&getSubgraph](const Operand& modelOperand) -> uint32_t { in validateOperations()
475 auto getOutputOperand = [&getSubgraph](const Operand& modelOperand, in validateOperations()
476 uint32_t index) -> const Operand* { in validateOperations()
/frameworks/ml/nn/runtime/
DModelBuilder.cpp372 auto isValidSubgraphReference = [this](const Operand& modelOperand) -> bool { in addOperation()
379 auto getInputCount = [this](const Operand& modelOperand) -> uint32_t { in addOperation()
382 auto getOutputCount = [this](const Operand& modelOperand) -> uint32_t { in addOperation()
385 auto getInputOperand = [this](const Operand& modelOperand, uint32_t index) -> const Operand* { in addOperation()
388 auto getOutputOperand = [this](const Operand& modelOperand, uint32_t index) -> const Operand* { in addOperation()