Skip to content

Commit 0976384

Browse files
bmzhaotensorflower-gardener
authored andcommitted
Remove usages of tensorflow/core/platform/default/build_config:base.
This is part of the refactoring described in tensorflow/community#179 PiperOrigin-RevId: 286819947 Change-Id: Iff7841d87244a10ab4554e61b2731350020ff236
1 parent 0d71852 commit 0976384

File tree

3 files changed

+0
-8
lines changed
  • tensorflow

3 files changed

+0
-8
lines changed

tensorflow/compiler/mlir/lite/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,6 @@ tf_cc_binary(
590590
":flatbuffer_translate_lib",
591591
"//tensorflow/core:lib",
592592
"//tensorflow/core/platform:logging",
593-
"//tensorflow/core/platform/default/build_config:base",
594593
"//tensorflow/lite:framework",
595594
"//tensorflow/lite/delegates/flex:delegate",
596595
"//tensorflow/lite/kernels:builtin_ops",

tensorflow/core/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ cc_library(
324324
"//tensorflow/core/platform:threadpool_interface",
325325
"//tensorflow/core/platform:threadpool_options",
326326
"//tensorflow/core/platform:types",
327-
"//tensorflow/core/platform/default/build_config:base",
328327
"@com_google_absl//absl/base",
329328
"@com_google_absl//absl/strings",
330329
],

tensorflow/core/platform/default/build_config/BUILD

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,6 @@ cc_library(
146146
copts = tf_copts(),
147147
)
148148

149-
cc_library(
150-
name = "base",
151-
srcs = [],
152-
copts = tf_copts(),
153-
)
154-
155149
cc_library(
156150
name = "port",
157151
srcs = [],

0 commit comments

Comments
 (0)