cudnn_rnn_ops and sdca_ops doesn't use farmhash directly and the dep can be removed.
PiperOrigin-RevId: 284295152 Change-Id: I6755471f177da420fd4a051a5619392574004c12
This commit is contained in:
parent
c9150fee19
commit
e0fe27afa6
@ -233,10 +233,10 @@ tf_cuda_library(
|
||||
deps = [
|
||||
":attr_builder",
|
||||
":process_function_library_runtime",
|
||||
"@farmhash_archive//:farmhash",
|
||||
"@com_google_absl//absl/strings",
|
||||
"@com_google_absl//absl/memory",
|
||||
"@com_google_absl//absl/types:optional",
|
||||
"@farmhash_archive//:farmhash",
|
||||
] + select({
|
||||
"//tensorflow:android": [
|
||||
"//tensorflow/core:android_tensorflow_lib_lite",
|
||||
@ -399,10 +399,10 @@ tf_cuda_library(
|
||||
hdrs = ["attr_builder.h"],
|
||||
visibility = ["//tensorflow:internal"],
|
||||
deps = [
|
||||
"@farmhash_archive//:farmhash",
|
||||
# Only the TF_AttrType enum is required, so pull in just the C headers.
|
||||
# TODO(b/113535673): Break this dependency and avoid the C header completely.
|
||||
"//tensorflow/c:tf_attrtype",
|
||||
"@farmhash_archive//:farmhash",
|
||||
] + select({
|
||||
"//tensorflow:android": [
|
||||
"//tensorflow/core:android_tensorflow_lib_lite",
|
||||
|
||||
@ -1536,7 +1536,6 @@ tf_kernel_library(
|
||||
"//tensorflow/core:lib_internal",
|
||||
"//tensorflow/core:stream_executor",
|
||||
"//third_party/eigen3",
|
||||
"@farmhash_archive//:farmhash",
|
||||
],
|
||||
)
|
||||
|
||||
@ -5341,7 +5340,6 @@ tf_kernel_library(
|
||||
"//tensorflow/core:lib",
|
||||
"//tensorflow/core:lib_internal",
|
||||
"//third_party/eigen3",
|
||||
"@farmhash_archive//:farmhash",
|
||||
],
|
||||
alwayslink = 1,
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user