aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/spacetodepth_op_gpu.cu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/kernels/spacetodepth_op_gpu.cu.cc')
-rw-r--r--tensorflow/core/kernels/spacetodepth_op_gpu.cu.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/tensorflow/core/kernels/spacetodepth_op_gpu.cu.cc b/tensorflow/core/kernels/spacetodepth_op_gpu.cu.cc
index f38459724a..db05ca1ed2 100644
--- a/tensorflow/core/kernels/spacetodepth_op_gpu.cu.cc
+++ b/tensorflow/core/kernels/spacetodepth_op_gpu.cu.cc
@@ -234,12 +234,6 @@ struct SpaceToDepthOpFunctor<GPUDevice, T, FORMAT_NCHW> {
template struct functor::SpaceToDepthOpFunctor<GPUDevice, float, FORMAT_NCHW>;
template struct functor::SpaceToDepthOpFunctor<GPUDevice, float, FORMAT_NHWC>;
-// Instantiate the GPU implementations for Eigen::half.
-template struct functor::SpaceToDepthOpFunctor<GPUDevice, Eigen::half,
- FORMAT_NCHW>;
-template struct functor::SpaceToDepthOpFunctor<GPUDevice, Eigen::half,
- FORMAT_NHWC>;
-
// NCHW_VECT_C with 4 x qint8 can be treated as NCHW int32.
template struct functor::SpaceToDepthOpFunctor<GPUDevice, int32, FORMAT_NCHW>;