Home
last modified time | relevance | path

Searched refs:DEFINE_GPU_KERNELS (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddense_update_functor_gpu.cu.cc56 #define DEFINE_GPU_KERNELS(T) \ macro
59 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_KERNELS);
60 TF_CALL_int32(DEFINE_GPU_KERNELS);
61 TF_CALL_int64(DEFINE_GPU_KERNELS);
62 TF_CALL_int8(DEFINE_GPU_KERNELS);
63 #undef DEFINE_GPU_KERNELS
65 #define DEFINE_GPU_KERNELS(T) \ macro
67 TF_CALL_GPU_ALL_TYPES(DEFINE_GPU_KERNELS);
68 TF_CALL_int32(DEFINE_GPU_KERNELS);
69 TF_CALL_int64(DEFINE_GPU_KERNELS);
[all …]
Dslice_op_gpu.cu.cc30 #define DEFINE_GPU_KERNELS(T) \ macro
39 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_KERNELS);
40 TF_CALL_complex64(DEFINE_GPU_KERNELS);
41 TF_CALL_complex128(DEFINE_GPU_KERNELS);
42 TF_CALL_bfloat16(DEFINE_GPU_KERNELS);
43 TF_CALL_bool(DEFINE_GPU_KERNELS);
44 TF_CALL_int8(DEFINE_GPU_KERNELS);
45 DEFINE_GPU_KERNELS(int32);
46 DEFINE_GPU_KERNELS(int64);
48 #undef DEFINE_GPU_KERNELS
Dsplit_lib_gpu.cu.cc51 #define DEFINE_GPU_KERNELS(T) \ macro
55 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_KERNELS);
56 TF_CALL_complex64(DEFINE_GPU_KERNELS);
57 TF_CALL_complex128(DEFINE_GPU_KERNELS);
58 TF_CALL_int64(DEFINE_GPU_KERNELS);
59 TF_CALL_bfloat16(DEFINE_GPU_KERNELS);
60 TF_CALL_uint8(DEFINE_GPU_KERNELS);
61 TF_CALL_bool(DEFINE_GPU_KERNELS);
63 #undef DEFINE_GPU_KERNELS
64 #define DEFINE_GPU_KERNELS(T) template struct SplitCustom<Eigen::GpuDevice, T>; macro
[all …]
Dstrided_slice_op_gpu_int.cu.cc24 TF_CALL_int8(DEFINE_GPU_KERNELS);
25 TF_CALL_int32(DEFINE_GPU_KERNELS);
26 TF_CALL_int64(DEFINE_GPU_KERNELS);
Dbetainc_op_gpu.cu.cc35 #define DEFINE_GPU_KERNELS(T) \ macro
39 DEFINE_GPU_KERNELS(float);
40 DEFINE_GPU_KERNELS(double);
Davgpooling_op_gpu.cu.cc33 #define DEFINE_GPU_KERNELS(T) \ macro
36 DEFINE_GPU_KERNELS(Eigen::half)
37 DEFINE_GPU_KERNELS(float) in DEFINE_GPU_KERNELS() function
38 DEFINE_GPU_KERNELS(double) in DEFINE_GPU_KERNELS()
40 #undef DEFINE_GPU_KERNELS in DEFINE_GPU_KERNELS()
Dstrided_slice_op_gpu_complex.cu.cc24 TF_CALL_complex64(DEFINE_GPU_KERNELS);
25 TF_CALL_complex128(DEFINE_GPU_KERNELS);
Dsnapshot_op_gpu.cu.cc28 #define DEFINE_GPU_KERNELS(T) template struct functor::Snapshot<GPUDevice, T>; macro
30 TF_CALL_POD_TYPES(DEFINE_GPU_KERNELS);
Dsoftsign_op_gpu.cu.cc32 #define DEFINE_GPU_KERNELS(T) \ macro
36 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_KERNELS);
Dsoftplus_op_gpu.cu.cc32 #define DEFINE_GPU_KERNELS(T) \ macro
36 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_KERNELS);
Drelu_op_gpu.cu.cc148 #define DEFINE_GPU_KERNELS(T) \ macro
160 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_KERNELS);
Dstrided_slice_op_gpu_number_types.cu.cc24 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_KERNELS);
Dstrided_slice_op_gpu_bool.cu.cc24 TF_CALL_bool(DEFINE_GPU_KERNELS);
Dstrided_slice_op_gpu_impl.h33 #define DEFINE_GPU_KERNELS(T) \ macro
Dmaxpooling_op_gpu.cu.cc517 #define DEFINE_GPU_KERNELS(T) \ macro
525 TF_CALL_GPU_NUMBER_TYPES(DEFINE_GPU_KERNELS);
527 #undef DEFINE_GPU_KERNELS