Searched refs:type_tuple (Results 1 – 3 of 3) sorted by relevance
91 std::vector<TypePtr> type_tuple; in InferType() local93 type_tuple.push_back(type); in InferType()95 return std::make_shared<Tuple>(type_tuple); in InferType()
396 auto type_tuple = type->cast<TuplePtr>(); in MakeAbstract() local399 auto tensor_it = MakeAbstract((*shape_tuple)[it], (*type_tuple)[it]); in MakeAbstract()
821 def check_axis_type(axis, type_int=True, type_tuple=True, type_list=True): argument825 if (type_tuple and isinstance(axis, tuple)) or (type_list and isinstance(axis, list)):834 if type_tuple: