Searched refs:input_type (Results 1 – 6 of 6) sorted by relevance
103 auto input_type = input.GetInst()->GetType(); in SetTypeByInputs() local104 if (input_type != DataType::NO_TYPE) { in SetTypeByInputs()105 inst->SetType(input_type); in SetTypeByInputs()179 auto input_type = input_inst->GetType(); in CheckPhiInputs() local180 if (input_type == DataType::NO_TYPE) { in CheckPhiInputs()183 if (input_inst->IsConst() && input_type == DataType::INT64) { in CheckPhiInputs()191 if (has_constant_input && DataType::GetCommonType(input_type) != DataType::INT64) { in CheckPhiInputs()194 type = input_type; in CheckPhiInputs()195 } else if (type != input_type) { in CheckPhiInputs()
249 auto input_type = inst->GetInputType(input_idx); in FixInstructions() local250 if (input_type != DataType::NO_TYPE) { in FixInstructions()251 SetTypeRec(input.GetInst(), input_type); in FixInstructions()
149 if args.input_type == "class":
1236 def __init__(self, test_path, input_type): argument1238 self.input_type = input_type1242 if self.input_type == "file":1246 elif self.input_type == "string":
1842 for (auto input_type : *input_types_) { in CloneTypes()1843 target_inst->AddInputType(input_type); in CloneTypes()