Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dattributes.h66 struct ScalarAttributeValue : public AttributeValue { struct
69 ScalarAttributeValue(Symbol name, ConstructorType value_) in ScalarAttributeValue() argument
75 return Ptr(new ScalarAttributeValue(name, value_)); in clone() argument
77 AttributeKind kind() const override { in kind()