aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/cwise_op_gpu_rsqrt.cu.cc
blob: 682e2d2d4b44862422d13905e2af9d6f34befd74 (plain)
1
2
3
4
5
6
7
8
9
10
11
#if GOOGLE_CUDA

#include "tensorflow/core/kernels/cwise_ops_gpu_common.cu.h"

namespace tensorflow {
namespace functor {
DEFINE_UNARY2(rsqrt, float, double);
}  // namespace functor
}  // namespace tensorflow

#endif  // GOOGLE_CUDA