aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/primitive_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/primitive_util.h')
-rw-r--r--tensorflow/compiler/xla/primitive_util.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tensorflow/compiler/xla/primitive_util.h b/tensorflow/compiler/xla/primitive_util.h
index 19c6a13888..a49c8b86fc 100644
--- a/tensorflow/compiler/xla/primitive_util.h
+++ b/tensorflow/compiler/xla/primitive_util.h
@@ -77,8 +77,6 @@ template <>
PrimitiveType NativeToPrimitiveType<double>();
template <>
PrimitiveType NativeToPrimitiveType<half>();
-template <>
-PrimitiveType NativeToPrimitiveType<bfloat16>();
// Complex
template <>
@@ -169,11 +167,6 @@ struct PrimitiveTypeToNative<F16> {
using type = half;
};
-template <>
-struct PrimitiveTypeToNative<BF16> {
- using type = bfloat16;
-};
-
// Complex
template <>
struct PrimitiveTypeToNative<C64> {