Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dattributes.h86 struct VectorAttributeValue : public AttributeValue { struct
90 VectorAttributeValue(Symbol name, ConstructorType value_) in VectorAttributeValue() argument
100 return Ptr(new VectorAttributeValue(name, std::move(copy))); in clone() argument