Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/ir/
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