Searched defs:GeneratorType (Results 1 – 4 of 4) sorted by relevance
82 struct GeneratorType { struct92 // A "make" function for the GeneratorType template that deduces the function argument
1541 struct TORCH_API GeneratorType : public Type { struct1548 static const TypeKind Kind = TypeKind::GeneratorType; argument1553 GeneratorType() : Type(TypeKind::GeneratorType) {} in GeneratorType() function
28 GeneratorType = type(_g()) variable