aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/cpu/BUILD
diff options
context:
space:
mode:
authorGravatar Adrian Kuegel <akuegel@google.com>2018-06-26 01:14:43 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-26 01:17:47 -0700
commit0cc2410caa130a5f430ce2d05635a12f2a65061f (patch)
tree57402b5184dd08feed610d254336fd1dda37ac36 /tensorflow/compiler/xla/service/cpu/BUILD
parenteb61daae91432be0b07bb2f6854887bedfa6fc95 (diff)
Delete ExternalConstantPool.
PiperOrigin-RevId: 202090038
Diffstat (limited to 'tensorflow/compiler/xla/service/cpu/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/cpu/BUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/tensorflow/compiler/xla/service/cpu/BUILD b/tensorflow/compiler/xla/service/cpu/BUILD
index e5017f532f..f68db13428 100644
--- a/tensorflow/compiler/xla/service/cpu/BUILD
+++ b/tensorflow/compiler/xla/service/cpu/BUILD
@@ -54,29 +54,6 @@ cc_library(
)
cc_library(
- name = "external_constant_pool",
- srcs = ["external_constant_pool.cc"],
- hdrs = ["external_constant_pool.h"],
- deps = [
- "//tensorflow/compiler/xla:literal_util",
- "//tensorflow/compiler/xla:shape_util",
- "//tensorflow/compiler/xla:util",
- "//tensorflow/core:lib",
- ],
-)
-
-tf_cc_test(
- name = "external_constant_pool_test",
- srcs = ["external_constant_pool_test.cc"],
- deps = [
- ":external_constant_pool",
- "//tensorflow/compiler/xla:shape_util",
- "//tensorflow/compiler/xla/tests:xla_internal_test_main",
- "//tensorflow/core:test",
- ],
-)
-
-cc_library(
name = "cpu_compiler",
srcs = ["cpu_compiler.cc"],
hdrs = ["cpu_compiler.h"],
@@ -168,7 +145,6 @@ cc_library(
":cpu_runtime",
":custom_call_target_registry",
":disassembler",
- ":external_constant_pool",
":orc_jit_memory_mapper",
":runtime_fp16",
":runtime_conv2d",
@@ -249,7 +225,6 @@ cc_library(
":cpu_options",
":cpu_runtime",
":dot_op_emitter",
- ":external_constant_pool",
":ir_emission_utils",
":ir_function",
":parallel_loop_emitter",