Searched refs:operandIndex (Results 1 – 2 of 2) sorted by relevance
1068 static bool removeOperandSkip(size_t operandIndex, const Model& model) { in removeOperandSkip() argument1069 const Operand& operand = model.main.operands[operandIndex]; in removeOperandSkip()1079 if (index == operandIndex) { in removeOperandSkip()1095 if (index == operandIndex) { in removeOperandSkip()
147 hexagon_nn_input Model::addOperand(uint32_t operandIndex) { in addOperand() argument148 const OperandInfo& operand = mOperands[operandIndex]; in addOperand()