aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/cwise_op_gpu_neg.cu.cc
blob: 3031afbb75dce1d4204692f42bf4bb3236243a45 (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_UNARY4(neg, float, double, int32, int64);
}  // namespace functor
}  // namespace tensorflow

#endif  // GOOGLE_CUDA