Lines Matching refs:Operand
100 static bool validateOperandExtraParams(const V1_3::Operand& operand, uint32_t index) { in validateOperandExtraParams()
182 V1_3::Operand operand = convertToV1_3(versionedOperand); in validateOperands()
450 const hidl_vec<Operand>& operands, in validateOperations()
452 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()
469 auto getInputOperand = [&getSubgraph](const Operand& modelOperand, in validateOperations()
470 uint32_t index) -> const Operand* { in validateOperations()
475 auto getOutputOperand = [&getSubgraph](const Operand& modelOperand, in validateOperations()
476 uint32_t index) -> const Operand* { in validateOperations()
507 const Operand& operand = operands[i]; in validateOperations()
552 const hidl_vec<Operand>& operands, OperandLifeTime lifetime) { in validateModelInputOutputs()
559 const Operand& operand = operands[i]; in validateModelInputOutputs()
676 for (const Operand& operand : subgraph.operands) { in checkNoReferenceCycles()
703 const hidl_vec<Operand> latestVersionOperands = convertToV1_3(model.operands); in validateModel()
746 const hidl_vec<Operand>& operands, in validateRequestArguments()
764 const Operand& operand = operands[operandIndex]; in validateRequestArguments()
861 V1_3::Operand* combinedOperand) { in validateMemoryDesc()
866 std::vector<V1_3::Operand> operands; in validateMemoryDesc()