Run build_cleaner to fix dependencies.

PiperOrigin-RevId: 312571937
Change-Id: I4b9e4e605c10eb17c51aac08a33610c5b9a5a8dc
This commit is contained in:
Robert David 2020-05-20 15:55:56 -07:00 committed by TensorFlower Gardener
parent e622f15b21
commit 99350ea1f0
2 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ cc_library(
hdrs = ["utils.h"],
deps = [
"//tensorflow/lite:framework",
"//tensorflow/lite:schema_fbs_version",
"//tensorflow/lite/c:common",
"//tensorflow/lite/kernels:builtin_ops",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest",
],
)

View File

@ -11,7 +11,7 @@ cc_library(
],
deps = [
":add",
"//tensorflow/lite:framework",
"//tensorflow/lite/delegates/gpu/common/testing/feature_parity:utils",
],
)