Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dattributes.h144 struct TORCH_API GraphsAttr : public AttributeValue { struct
148 GraphsAttr(Symbol name, ConstructorType value_) in GraphsAttr() argument
150 ValueType& value() { in value()
153 AttributeKind kind() const override { in kind()