Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type.h1344 struct TORCH_API SymIntType : public Type { struct
1354 static const TypeKind Kind = TypeKind::SymIntType; argument
1359 SymIntType() : Type(TypeKind::SymIntType) {} in SymIntType() function