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"],