Home
last modified time | relevance | path

Searched refs:DEFINE_GPU_SPECS (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dpopulation_count_op_gpu.cu.cc69 #define DEFINE_GPU_SPECS(T) \ macro
82 TF_CALL_uint8(DEFINE_GPU_SPECS);
83 TF_CALL_int8(DEFINE_GPU_SPECS);
84 TF_CALL_uint16(DEFINE_GPU_SPECS);
85 TF_CALL_int16(DEFINE_GPU_SPECS);
86 TF_CALL_int32(DEFINE_GPU_SPECS);
87 TF_CALL_int64(DEFINE_GPU_SPECS);
89 #undef DEFINE_GPU_SPECS
Dgather_functor_batched_gpu.cu.cc30 #define DEFINE_GPU_SPECS(T) \ macro
34 TF_CALL_int32(DEFINE_GPU_SPECS);
35 TF_CALL_int64(DEFINE_GPU_SPECS);
36 TF_CALL_GPU_ALL_TYPES(DEFINE_GPU_SPECS);
38 #undef DEFINE_GPU_SPECS
Dgather_functor_gpu.cu.cc30 #define DEFINE_GPU_SPECS(T) \ macro
34 TF_CALL_int32(DEFINE_GPU_SPECS);
35 TF_CALL_int64(DEFINE_GPU_SPECS);
36 TF_CALL_GPU_ALL_TYPES(DEFINE_GPU_SPECS);
38 #undef DEFINE_GPU_SPECS
Droll_op_gpu.cu.cc92 #define DEFINE_GPU_SPECS(T) template struct Roll<GPUDevice, T>; macro
94 TF_CALL_int32(DEFINE_GPU_SPECS);
95 TF_CALL_int64(DEFINE_GPU_SPECS);
96 TF_CALL_uint32(DEFINE_GPU_SPECS);
97 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
98 TF_CALL_COMPLEX_TYPES(DEFINE_GPU_SPECS);
100 #undef DEFINE_GPU_SPECS
Dscatter_op_gpu.cu.cc40 #define DEFINE_GPU_SPECS(T) \ macro
44 DEFINE_GPU_SPECS(Eigen::half);
45 DEFINE_GPU_SPECS(float);
46 DEFINE_GPU_SPECS(double);
50 #undef DEFINE_GPU_SPECS
Dscatter_functor_gpu.cu.cc39 #define DEFINE_GPU_SPECS(T) \ macro
43 DEFINE_GPU_SPECS(Eigen::half);
44 DEFINE_GPU_SPECS(float);
45 DEFINE_GPU_SPECS(double);
49 #undef DEFINE_GPU_SPECS
Dpad_op_gpu.cu.cc41 #define DEFINE_GPU_SPECS(T) \ macro
45 TF_CALL_GPU_ALL_TYPES(DEFINE_GPU_SPECS);
46 TF_CALL_int8(DEFINE_GPU_SPECS);
47 TF_CALL_uint8(DEFINE_GPU_SPECS);
Dgather_nd_op_gpu.cu.cc117 #define DEFINE_GPU_SPECS(T) \ macro
121 TF_CALL_int32(DEFINE_GPU_SPECS);
122 TF_CALL_int64(DEFINE_GPU_SPECS);
123 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
124 TF_CALL_COMPLEX_TYPES(DEFINE_GPU_SPECS);
126 #undef DEFINE_GPU_SPECS
Dreverse_sequence_op_gpu.cu.cc35 #define DEFINE_GPU_SPECS(T) \ macro
41 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
42 TF_CALL_bool(DEFINE_GPU_SPECS);
Dcompare_and_bitpack_op_gpu.cu.cc115 #define DEFINE_GPU_SPECS(T) \ macro
131 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS)
132 TF_CALL_bool(DEFINE_GPU_SPECS)
Dpooling_ops_3d_gpu.cu.cc168 #define DEFINE_GPU_SPECS(T) template struct functor::MaxPool3dGradBackward<T>; macro
169 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
170 #undef DEFINE_GPU_SPECS
Ddilation_ops_gpu.cu.cc294 #define DEFINE_GPU_SPECS(T) \ macro
299 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
301 #undef DEFINE_GPU_SPECS
Dbias_op_gpu.cu.cc286 #define DEFINE_GPU_SPECS(T) \ macro
290 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
/external/tensorflow/tensorflow/core/kernels/rnn/
Dgru_ops_gpu.cu.cc26 #define DEFINE_GPU_SPECS(T) \ macro
30 DEFINE_GPU_SPECS(float);
31 #undef DEFINE_GPU_SPECS
/external/tensorflow/tensorflow/core/kernels/image/
Dmirror_pad_op_gpu.cu.cc27 #define DEFINE_GPU_SPECS(T) \ macro
49 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
50 #undef DEFINE_GPU_SPECS
Dcrop_and_resize_op_gpu.cu.cc482 #define DEFINE_GPU_SPECS(T) \ macro
487 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
489 #undef DEFINE_GPU_SPECS