Searched refs:tf_sub_op (Results 1 – 1 of 1) sorted by relevance
298 auto tf_sub_op = cast<TF::SubOp>(op); in matchAndRewrite() local301 tf_sub_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()305 rewriter.replaceOpWithNewOp<tosa::SubOp>(op, output_type, tf_sub_op.x(), in matchAndRewrite()306 tf_sub_op.y()); in matchAndRewrite()