From 652792ebaabcaee0978fed35be4477e015801671 Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Fri, 13 Oct 2023 08:28:26 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 573228351 --- mediapipe/calculators/tensor/bert_preprocessor_calculator.cc | 1 - mediapipe/tasks/cc/components/processors/BUILD | 2 -- 2 files changed, 3 deletions(-) diff --git a/mediapipe/calculators/tensor/bert_preprocessor_calculator.cc b/mediapipe/calculators/tensor/bert_preprocessor_calculator.cc index 0633d6cb8..aaaee4f6a 100644 --- a/mediapipe/calculators/tensor/bert_preprocessor_calculator.cc +++ b/mediapipe/calculators/tensor/bert_preprocessor_calculator.cc @@ -68,7 +68,6 @@ constexpr absl::string_view kSeparatorToken = "[SEP]"; // // This calculator is currently configured for the TextClassifier Task but it // will eventually be generalized for other Text Tasks. -// TODO: Handle preprocessing for other Text Tasks too. // // Inputs: // TEXT - std::string diff --git a/mediapipe/tasks/cc/components/processors/BUILD b/mediapipe/tasks/cc/components/processors/BUILD index e5a3f65fa..2b6e3e6a8 100644 --- a/mediapipe/tasks/cc/components/processors/BUILD +++ b/mediapipe/tasks/cc/components/processors/BUILD @@ -132,8 +132,6 @@ cc_library( # TODO: Enable this test -# TODO: Investigate rewriting the build rule to only link -# the Bert Preprocessor if it's needed. cc_library( name = "text_preprocessing_graph", srcs = ["text_preprocessing_graph.cc"],