Searched refs:tf_resize_op (Results 1 – 1 of 1) sorted by relevance
1661 auto tf_resize_op = cast<TF::ResizeBilinearOp>(op); in matchAndRewrite() local1664 tf_resize_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()1669 rewriter, op, output_type, tf_resize_op.images(), StringRef("BILINEAR")); in matchAndRewrite()1680 auto tf_resize_op = cast<TF::ResizeNearestNeighborOp>(op); in matchAndRewrite() local1683 tf_resize_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()1688 rewriter, op, output_type, tf_resize_op.images(), StringRef("NEAREST")); in matchAndRewrite()