Skip to content

Commit 608b4aa

Browse files
No public description
PiperOrigin-RevId: 737915279
1 parent dc1dbc8 commit 608b4aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_text/core/kernels/sentencepiece/optimized_encoder_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ namespace sentencepiece {
5050

5151
namespace internal {
5252

53-
tensorflow::Status TFReadFileToString(const std::string& filepath,
54-
std::string* data) {
53+
absl::Status TFReadFileToString(const std::string& filepath,
54+
std::string* data) {
5555
return tensorflow::ReadFileToString(tensorflow::Env::Default(), filepath,
5656
data);
5757
}

0 commit comments

Comments
 (0)