Internal change
PiperOrigin-RevId: 543602625
This commit is contained in:
parent
9de1b2577f
commit
c8c5f3d062
|
@ -86,10 +86,9 @@ cc_test(
|
||||||
"//mediapipe/tasks/cc/components/containers:classification_result",
|
"//mediapipe/tasks/cc/components/containers:classification_result",
|
||||||
"@com_google_absl//absl/flags:flag",
|
"@com_google_absl//absl/flags:flag",
|
||||||
"@com_google_absl//absl/status",
|
"@com_google_absl//absl/status",
|
||||||
"@com_google_absl//absl/status:statusor",
|
|
||||||
"@com_google_absl//absl/strings",
|
"@com_google_absl//absl/strings",
|
||||||
"@com_google_absl//absl/strings:cord",
|
"@com_google_absl//absl/strings:cord",
|
||||||
"@com_google_sentencepiece//src:sentencepiece_processor",
|
"@com_google_sentencepiece//src:sentencepiece_processor", # fixdeps: keep
|
||||||
"@org_tensorflow//tensorflow/lite:test_util",
|
"@org_tensorflow//tensorflow/lite:test_util",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
|
@ -15,8 +15,6 @@ limitations under the License.
|
||||||
|
|
||||||
#include "mediapipe/tasks/cc/text/text_classifier/text_classifier.h"
|
#include "mediapipe/tasks/cc/text/text_classifier/text_classifier.h"
|
||||||
|
|
||||||
#include <cmath>
|
|
||||||
#include <cstdlib>
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -24,7 +22,6 @@ limitations under the License.
|
||||||
|
|
||||||
#include "absl/flags/flag.h"
|
#include "absl/flags/flag.h"
|
||||||
#include "absl/status/status.h"
|
#include "absl/status/status.h"
|
||||||
#include "absl/status/statusor.h"
|
|
||||||
#include "absl/strings/cord.h"
|
#include "absl/strings/cord.h"
|
||||||
#include "absl/strings/str_cat.h"
|
#include "absl/strings/str_cat.h"
|
||||||
#include "absl/strings/string_view.h"
|
#include "absl/strings/string_view.h"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user