Searched defs:ShapeValue (Results 1 – 2 of 2) sorted by relevance
56 struct ShapeValue { struct61 ShapeValue() : fClosed(false), fVolatile(false) {} in ShapeValue() function64 ShapeValue& operator=(const ShapeValue&) = default; argument
106 struct ShapeValue { struct107 explicit ShapeValue(Value vector) in ShapeValue() argument109 explicit ShapeValue(ValueOrConst vector) : shape({vector}), is_vector(true) { in ShapeValue() argument113 explicit ShapeValue(T values) in ShapeValue() argument116 ValueOrConst vector() const { in vector()121 ArrayRef<ValueOrConst> scalars() const { in scalars()126 bool isVector() const { return is_vector; } in isVector()129 SmallVector<ValueOrConst, 4> shape;130 bool is_vector;