Lines Matching defs:operand
147 static void becomeConstantCopy(Model* model, Operand* operand) { in becomeConstantCopy()
216 size_t sizeForBinder(const Operand& operand) { in sizeForBinder()
367 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandTypeTest() local
407 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandRankTest() local
448 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandScaleTest() local
488 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandZeroPointTest() local
506 const Operand& operand) { in getInvalidLifeTimes()
553 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandLifeTimeTest() local
601 const Operand& operand) { in getInputOutputLifeTime()
639 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandInputOutputTest() local
672 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandNumberOfConsumersTest() local
740 static void mutateOperand(Operand* operand, OperandType type) { in mutateOperand()
798 static bool mutateOperationOperandTypeSkip(size_t operand, OperandType type, const Model& model) { in mutateOperationOperandTypeSkip()
870 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperationOperandTypeTest() local
998 static bool removeOperandSkip(size_t operand, const Model& model) { in removeOperandSkip()
1024 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in removeOperandTest() local
1037 for (uint32_t operand : model->operations[index].inputs) { in removeOperation() local
1131 uint32_t operand = model->operations[operation].inputs[input]; in removeOperationInputTest() local