Searched defs:ClassAttribute (Results 1 – 1 of 1) sorted by relevance
30 struct TORCH_API ClassAttribute { struct32 ClassAttribute(AttributeKind kind, in ClassAttribute() argument39 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_;