Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type.h1595 struct TORCH_API DeviceObjType : public Type { struct
1602 static const TypeKind Kind = TypeKind::DeviceObjType; argument
1607 DeviceObjType() : Type(TypeKind::DeviceObjType) {} in DeviceObjType() argument