From 47af4ac1fbaf0dbe0e8bf07e75019adbe7450e2b Mon Sep 17 00:00:00 2001 From: "TF.Text Team" Date: Thu, 27 Aug 2026 23:52:06 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 972382639 --- tensorflow_text/core/ops/wordpiece_op.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_text/core/ops/wordpiece_op.cc b/tensorflow_text/core/ops/wordpiece_op.cc index 6e6d7a05e..d3a09885d 100644 --- a/tensorflow_text/core/ops/wordpiece_op.cc +++ b/tensorflow_text/core/ops/wordpiece_op.cc @@ -93,7 +93,7 @@ REGISTER_OP("WordpieceTokenizeWithOffsets") absl::Status WordpieceTokenizeWithOffsetsShapeFn(InferenceContext* c) { ShapeHandle input_values = c->input(0); ShapeHandle vocab_lookup_table = c->input(1); - string output_row_partition_type; + std::string output_row_partition_type; TF_RETURN_IF_ERROR(c->WithRank(input_values, 1, &input_values)); TF_RETURN_IF_ERROR(c->WithRank(vocab_lookup_table, 0, &vocab_lookup_table)); TF_RETURN_IF_ERROR(c->GetAttr("output_row_partition_type",