Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 564775970
  • Loading branch information
MediaPipe Team authored and copybara-github committed Sep 12, 2023
1 parent dd692c2 commit 5daed78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mediapipe/util/tflite/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ cc_library_with_tflite(
name = "tflite_model_loader",
srcs = ["tflite_model_loader.cc"],
hdrs = ["tflite_model_loader.h"],
tflite_deps = [
"@org_tensorflow//tensorflow/lite:framework_stable",
],
tflite_deps = ["@org_tensorflow//tensorflow/lite:framework_stable"],
visibility = ["//visibility:public"],
deps = [
"//mediapipe/framework/api2:packet",
Expand Down

0 comments on commit 5daed78

Please sign in to comment.