Searched refs:HasSameStaticShapes (Results 1 – 2 of 2) sorted by relevance
61 def HasSameStaticShapesPred : CPred<"HasSameStaticShapes($0.getDefiningOp())">;62 def HasSameStaticShapes : Constraint<HasSameStaticShapesPred, "op must have static same input shape…202 [(HasSameStaticShapes $src_op)]>;
100 bool HasSameStaticShapes(Operation* op) { in HasSameStaticShapes() function