Searched defs:DictType (Results 1 – 1 of 1) sorted by relevance
921 struct TORCH_API DictType : public SharedType { struct923 static const TypeKind Kind = TypeKind::DictType; argument925 static DictTypePtr create(TypePtr key, TypePtr value) { in create() argument949 std::string str() const override { in str()956 TypePtr createWithContained( in createWithContained()981 if (auto* dict_rhs = rhs.castRaw<DictType>()) { in equals() argument997 DictType(TypePtr key, TypePtr value) in DictType() argument1008 std::vector<TypePtr> types;1009 bool has_free_variables;