Home
last modified time | relevance | path

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

/external/openscreen/third_party/abseil/src/absl/types/internal/
Dconformance_testing.h82 struct GeneratorType { struct
92 // A "make" function for the GeneratorType template that deduces the function argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/
Dconformance_testing.h82 struct GeneratorType { struct
92 // A "make" function for the GeneratorType template that deduces the function argument
/external/pytorch/aten/src/ATen/core/
Djit_type.h1541 struct TORCH_API GeneratorType : public Type { struct
1548 static const TypeKind Kind = TypeKind::GeneratorType; argument
1553 GeneratorType() : Type(TypeKind::GeneratorType) {} in GeneratorType() function
/external/python/cpython3/Lib/
Dtypes.py28 GeneratorType = type(_g()) variable