Home
last modified time | relevance | path

Searched refs:HasSameStaticShapes (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_patterns.td61 def HasSameStaticShapesPred : CPred<"HasSameStaticShapes($0.getDefiningOp())">;
62 def HasSameStaticShapes : Constraint<HasSameStaticShapesPred, "op must have static same input shape…
202 [(HasSameStaticShapes $src_op)]>;
Dlegalize_tf.cc100 bool HasSameStaticShapes(Operation* op) { in HasSameStaticShapes() function