Run build_cleaner to fix dependencies.
PiperOrigin-RevId: 312571937 Change-Id: I4b9e4e605c10eb17c51aac08a33610c5b9a5a8dc
This commit is contained in:
parent
e622f15b21
commit
99350ea1f0
|
@ -24,10 +24,10 @@ cc_library(
|
||||||
hdrs = ["utils.h"],
|
hdrs = ["utils.h"],
|
||||||
deps = [
|
deps = [
|
||||||
"//tensorflow/lite:framework",
|
"//tensorflow/lite:framework",
|
||||||
"//tensorflow/lite:schema_fbs_version",
|
|
||||||
"//tensorflow/lite/c:common",
|
"//tensorflow/lite/c:common",
|
||||||
"//tensorflow/lite/kernels:builtin_ops",
|
"//tensorflow/lite/kernels:builtin_ops",
|
||||||
"@com_google_absl//absl/status",
|
"@com_google_absl//absl/status",
|
||||||
|
"@com_google_absl//absl/strings",
|
||||||
"@com_google_googletest//:gtest",
|
"@com_google_googletest//:gtest",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
|
@ -11,7 +11,7 @@ cc_library(
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":add",
|
":add",
|
||||||
"//tensorflow/lite:framework",
|
"//tensorflow/lite/delegates/gpu/common/testing/feature_parity:utils",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue