aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/concat_lib_cpu.cc
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/core/kernels/concat_lib_cpu.cc
parent287fe4f2404a7b69ffce89cc41ff3f049ca7a08b (diff)
Enable bfloat16 for CPU kernels
PiperOrigin-RevId: 182124532
Diffstat (limited to 'tensorflow/core/kernels/concat_lib_cpu.cc')
-rw-r--r--tensorflow/core/kernels/concat_lib_cpu.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/core/kernels/concat_lib_cpu.cc b/tensorflow/core/kernels/concat_lib_cpu.cc
index 743e3acfd5..43731114c0 100644
--- a/tensorflow/core/kernels/concat_lib_cpu.cc
+++ b/tensorflow/core/kernels/concat_lib_cpu.cc
@@ -72,7 +72,6 @@ REGISTER(qint8)
REGISTER(quint16)
REGISTER(qint16)
REGISTER(qint32)
-REGISTER(bfloat16)
TF_CALL_variant(REGISTER)
#if defined(IS_MOBILE_PLATFORM) && !defined(SUPPORT_SELECTIVE_REGISTRATION) && \