aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/BUILD
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2018-05-31 11:43:37 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-31 11:46:25 -0700
commit10fa513e15691681903a472d251fa8eadca1f239 (patch)
treeca5f4f67ee81e5ea30462c9c367c1b45c71a22cd /tensorflow/compiler/xla/BUILD
parent38a2a66fa996e20fabfabd4d07505c2daef7ef95 (diff)
[XLA] Make HloInstruction::backend_config() a JSON-encoded protobuf.
PiperOrigin-RevId: 198754463
Diffstat (limited to 'tensorflow/compiler/xla/BUILD')
-rw-r--r--tensorflow/compiler/xla/BUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/tensorflow/compiler/xla/BUILD b/tensorflow/compiler/xla/BUILD
index c08db7e3fb..c6deb959a5 100644
--- a/tensorflow/compiler/xla/BUILD
+++ b/tensorflow/compiler/xla/BUILD
@@ -500,37 +500,6 @@ cc_library(
)
cc_library(
- name = "scanner",
- srcs = ["scanner.cc"],
- hdrs = ["scanner.h"],
- visibility = [":internal"],
- deps = [
- ":status",
- ":status_macros",
- ":types",
- ":util",
- "//tensorflow/core:lib",
- "//tensorflow/core:lib_internal",
- ],
-)
-
-tf_cc_test(
- name = "scanner_test",
- srcs = ["scanner_test.cc"],
- deps = [
- ":scanner",
- ":status",
- ":status_macros",
- ":test",
- ":types",
- ":util",
- "//tensorflow/core:lib",
- "//tensorflow/core:lib_internal",
- "//tensorflow/core:test_main",
- ],
-)
-
-cc_library(
name = "text_literal_reader",
srcs = ["text_literal_reader.cc"],
hdrs = ["text_literal_reader.h"],