Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dgather_functor_gpu.cu.cc30 #define DEFINE_GPU_SPECS(T) \ macro
34 TF_CALL_bool(DEFINE_GPU_SPECS);
35 TF_CALL_int32(DEFINE_GPU_SPECS);
36 TF_CALL_int64(DEFINE_GPU_SPECS);
37 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
38 TF_CALL_complex64(DEFINE_GPU_SPECS);
39 TF_CALL_complex128(DEFINE_GPU_SPECS);
41 #undef DEFINE_GPU_SPECS
Dpopulation_count_op_gpu.cu.cc66 #define DEFINE_GPU_SPECS(T) \ macro
79 TF_CALL_uint8(DEFINE_GPU_SPECS);
80 TF_CALL_int8(DEFINE_GPU_SPECS);
81 TF_CALL_uint16(DEFINE_GPU_SPECS);
82 TF_CALL_int16(DEFINE_GPU_SPECS);
83 TF_CALL_int32(DEFINE_GPU_SPECS);
84 TF_CALL_int64(DEFINE_GPU_SPECS);
86 #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
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_complex64(DEFINE_GPU_SPECS);
125 TF_CALL_complex128(DEFINE_GPU_SPECS);
127 #undef DEFINE_GPU_SPECS
Dpad_op_gpu.cu.cc38 #define DEFINE_GPU_SPECS(T) \ macro
42 TF_CALL_GPU_ALL_TYPES(DEFINE_GPU_SPECS);
43 TF_CALL_int8(DEFINE_GPU_SPECS);
44 TF_CALL_uint8(DEFINE_GPU_SPECS);
Dscatter_functor_gpu.cu.cc39 #define DEFINE_GPU_SPECS(T) \ macro
43 DEFINE_GPU_SPECS(float);
44 DEFINE_GPU_SPECS(double);
51 #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);
Dmirror_pad_op_gpu.cu.cc28 #define DEFINE_GPU_SPECS(T) \ macro
50 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
51 #undef DEFINE_GPU_SPECS
Dcompare_and_bitpack_op_gpu.cu.cc117 #define DEFINE_GPU_SPECS(T) \ macro
133 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS)
134 TF_CALL_bool(DEFINE_GPU_SPECS)
Dpooling_ops_3d_gpu.cu.cc166 #define DEFINE_GPU_SPECS(T) template struct functor::MaxPool3dGradBackward<T>; macro
167 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
168 #undef DEFINE_GPU_SPECS
Dresize_bilinear_op_gpu.cu.cc347 #define DEFINE_GPU_SPECS(T) \ macro
351 TF_CALL_GPU_NUMBER_TYPES_NO_HALF(DEFINE_GPU_SPECS);
353 #undef DEFINE_GPU_SPECS
Ddilation_ops_gpu.cu.cc293 #define DEFINE_GPU_SPECS(T) \ macro
298 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
300 #undef DEFINE_GPU_SPECS
Dcrop_and_resize_op_gpu.cu.cc479 #define DEFINE_GPU_SPECS(T) \ macro
484 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
486 #undef DEFINE_GPU_SPECS
Dbias_op_gpu.cu.cc271 #define DEFINE_GPU_SPECS(T) \ macro
275 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
/external/tensorflow/tensorflow/contrib/framework/kernels/
Dzero_initializer_op_gpu.cu.cc29 #define DEFINE_GPU_SPECS(T) template struct TensorSetZero<GPUDevice, T>; macro
30 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_SPECS);
31 #undef DEFINE_GPU_SPECS
/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dgru_ops_gpu.cu.cc26 #define DEFINE_GPU_SPECS(T) \ macro
30 DEFINE_GPU_SPECS(float);
31 #undef DEFINE_GPU_SPECS
Dlstm_ops_gpu.cu.cc402 #define DEFINE_GPU_SPECS(T) \ macro
457 DEFINE_GPU_SPECS(float);
458 DEFINE_GPU_SPECS(Eigen::half);
460 #undef DEFINE_GPU_SPECS
/external/tensorflow/tensorflow/contrib/seq2seq/kernels/
Dbeam_search_ops_gpu.cu.cc102 #define DEFINE_GPU_SPECS(T) template struct GatherTree<GPUDevice, T>; macro
104 DEFINE_GPU_SPECS(int32);
105 #undef DEFINE_GPU_SPECS
/external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/
Dreduce_slice_ops_gpu.cu.cc94 #define DEFINE_GPU_SPECS(T) \ macro
97 TF_CALL_REAL_NUMBER_TYPES(DEFINE_GPU_SPECS)
100 #undef DEFINE_GPU_SPECS