Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dattributes.h127 struct TORCH_API GraphAttr : public AttributeValue { struct
130 GraphAttr(Symbol name, ConstructorType value_) in GraphAttr() argument
132 ValueType& value() { in value()
136 AttributeKind kind() const override { in kind()