aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/cwise_op_gpu_not_equal_to.cu.cc
blob: 59c76ee88be58b1d2ef02d23a9392519be6c36a7 (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_BINARY4(not_equal_to, float, double, int64, complex64);
}  // namespace functor
}  // namespace tensorflow

#endif  // GOOGLE_CUDA