Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc1451 auto tf_tile_op = cast<TF::TileOp>(op); in matchAndRewrite() local
1454 tf_tile_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()
1459 if (!matchPattern(tf_tile_op.multiples(), m_Constant(&multiples_elems))) in matchAndRewrite()
1467 rewriter.replaceOpWithNewOp<tosa::TileOp>(op, output_type, tf_tile_op.input(), in matchAndRewrite()