Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dsame_shape_propagation.cc106 struct ShapeValue { struct
107 explicit ShapeValue(Value vector) in ShapeValue() function
109 explicit ShapeValue(ValueOrConst vector) : shape({vector}), is_vector(true) { in ShapeValue() argument
113 explicit ShapeValue(T values) in ShapeValue() argument
116 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;