aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/batching
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-01-16 15:52:12 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-16 15:55:47 -0800
commitccbd14b741e6efbe51769f0f1b9cb3719c42c23b (patch)
treebcc79094e48982780b084cd19110d903186eea8f /tensorflow/contrib/batching
parent287fe4f2404a7b69ffce89cc41ff3f049ca7a08b (diff)
Enable bfloat16 for CPU kernels
PiperOrigin-RevId: 182124532
Diffstat (limited to 'tensorflow/contrib/batching')
-rw-r--r--tensorflow/contrib/batching/util/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/batching/util/BUILD b/tensorflow/contrib/batching/util/BUILD
index 0df7d456da..2a84a7712a 100644
--- a/tensorflow/contrib/batching/util/BUILD
+++ b/tensorflow/contrib/batching/util/BUILD
@@ -26,6 +26,7 @@ cc_library(
visibility = ["//visibility:public"],
deps = [
"//tensorflow/core/kernels/batching_util:periodic_function_dynamic",
+ "//third_party/eigen3",
],
)