aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/cwise_op_gpu_maximum.cu.cc
blob: 8f7ab90e9a66fa90b461e47f484f420ce7aecf6f (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_BINARY3(maximum, float, double, int64);
}  // namespace functor
}  // namespace tensorflow

#endif  // GOOGLE_CUDA