Home
last modified time | relevance | path

Searched defs:DictType (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/aten/src/ATen/core/
Djit_type.h921 struct TORCH_API DictType : public SharedType { struct
923 static const TypeKind Kind = TypeKind::DictType; argument
925 static DictTypePtr create(TypePtr key, TypePtr value) { in create() argument
949 std::string str() const override { in str()
956 TypePtr createWithContained( in createWithContained()
981 if (auto* dict_rhs = rhs.castRaw<DictType>()) { in equals() argument
997 DictType(TypePtr key, TypePtr value) in DictType() argument
1008 std::vector<TypePtr> types;
1009 bool has_free_variables;