Lines Matching refs:Operand

118     Operand& operand = mOperands[index];  in setOperandValue()
193 Operand& operand = mOperands[index]; in setOperandValueFromModel()
216 Operand& operand = mOperands[index]; in setOperandSymmPerChannelQuantParams()
249 Operand& operand = mOperands[index]; in setOperandExtensionData()
285 Operand& operand = mOperands[l.operandIndex]; in copyLargeValuesToSharedMemory()
303 Operand& operand = mOperands[l.operandIndex]; in copyLargeValuesToSharedMemory()
324 Operand& operand = mOperands[index]; in setOperandValueFromMemory()
372 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()
453 Operand& operand = mOperands[operandIndex]; in identifyInputsAndOutputs()
543 const std::vector<Operand>& operands) { in logRemoval()
584 static bool matchesSpec(TailSpec spec, const Operand& operand, in matchesSpec()
616 const std::vector<Operand>& operands, in countMatchingTrailingArguments()
621 const Operand& operand = operands[operation.inputs[i]]; in countMatchingTrailingArguments()
925 for (Operand& operand : subgraph->operands) { in updateOperandLocations()
942 for (Operand& operand : subgraph->operands) { in updateOperandLocations()