Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dclass_type.h30 struct TORCH_API ClassAttribute { struct
32 ClassAttribute(AttributeKind kind, in ClassAttribute() argument
39 AttributeKind getKind() const { in getKind()
43 const TypePtr& getType() const { in getType()
47 const std::string& getName() const { in getName()
53 TypePtr attributeType_;
54 std::string attributeName_;