Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc1645 auto tf_pad_op = cast<TF::PadOp>(op); in matchAndRewrite() local
1648 tf_pad_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()
1653 op->getLoc(), output_type, tf_pad_op.input(), tf_pad_op.paddings()); in matchAndRewrite()