Add missing build dependencies
PiperOrigin-RevId: 220020348
This commit is contained in:
parent
718e991578
commit
465e876232
@ -170,6 +170,7 @@ cc_library_with_android_deps(
|
||||
"//tensorflow/core:framework",
|
||||
"//tensorflow/core:lib",
|
||||
"//tensorflow/core:protos_all_cc",
|
||||
"@com_google_absl//absl/strings",
|
||||
],
|
||||
)
|
||||
|
||||
@ -516,6 +517,8 @@ tf_gen_op_wrappers_cc(
|
||||
":array_ops",
|
||||
":const_op",
|
||||
":math_ops",
|
||||
"//tensorflow/cc:ops",
|
||||
"//tensorflow/cc:scope",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -241,6 +241,7 @@ cc_library(
|
||||
"//tensorflow/core:protos_all_cc",
|
||||
"//tensorflow/core/kernels:variable_ops",
|
||||
"@com_google_absl//absl/algorithm:container",
|
||||
"@com_google_absl//absl/base:core_headers",
|
||||
"@com_google_absl//absl/memory",
|
||||
],
|
||||
)
|
||||
@ -500,6 +501,7 @@ cc_library(
|
||||
"@com_google_absl//absl/container:inlined_vector",
|
||||
"@com_google_absl//absl/memory",
|
||||
"@com_google_absl//absl/strings",
|
||||
"@com_google_absl//absl/types:optional",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -53,7 +53,9 @@ cc_library(
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
":delegate_data",
|
||||
":delegate_only_runtime",
|
||||
"//tensorflow/lite/c:c_api_internal",
|
||||
] + select({
|
||||
"//tensorflow:android": [
|
||||
"//tensorflow/core:android_tensorflow_lib",
|
||||
|
Loading…
Reference in New Issue
Block a user