Searched defs:GeneratorType (Results 1 – 12 of 12) 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() argument
49 GeneratorType = type(_g()) variable
27 GeneratorType = type(_g()) variable