Home
last modified time | relevance | path

Searched refs:TypeJoin (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/abstract/
Dutils.cc46 TypePtr TypeJoin(const TypePtr &type1, const TypePtr &type2) { in TypeJoin() function
188 TypePtr TypeJoin(const TypePtrList &args_type_list) { in TypeJoin() function
195 type_tmp = abstract::TypeJoin(type_tmp, args_type_list[i]); in TypeJoin()
215 return TypeJoin(args_type_list); in CheckTypeList()
Dutils.h34 TypePtr TypeJoin(const TypePtr &type1, const TypePtr &type2);
Dabstract_value.cc178 TypePtr res_type = TypeJoin(type_self, type_other); in Join()