/external/tensorflow/tensorflow/core/kernels/ |
D | tile_functor_gpu_bool.cu.cc | 26 template struct Tile<GpuDevice, bool, int32>; variable 27 template struct Tile<GpuDevice, bool, int64>; variable
|
D | tile_functor_gpu_int64.cu.cc | 26 template struct Tile<GpuDevice, int64, int32>; variable 27 template struct Tile<GpuDevice, int64, int64>; variable
|
D | tile_functor_gpu_half.cu.cc | 26 template struct Tile<GpuDevice, Eigen::half, int32>; variable 27 template struct Tile<GpuDevice, Eigen::half, int64>; variable
|
D | tile_functor_gpu_complex128.cu.cc | 26 template struct Tile<GpuDevice, complex128, int32>; variable 27 template struct Tile<GpuDevice, complex128, int64>; variable
|
D | tile_functor_gpu_double.cu.cc | 26 template struct Tile<GpuDevice, double, int32>; variable 27 template struct Tile<GpuDevice, double, int64>; variable
|
D | tile_functor_gpu_float.cu.cc | 26 template struct Tile<GpuDevice, float, int32>; variable 27 template struct Tile<GpuDevice, float, int64>; variable
|
D | tile_functor_gpu_int32.cu.cc | 26 template struct Tile<GpuDevice, int32, int32>; variable 27 template struct Tile<GpuDevice, int32, int64>; variable
|
D | tile_functor_gpu_int16.cu.cc | 26 template struct Tile<GpuDevice, int16, int32>; variable 27 template struct Tile<GpuDevice, int16, int64>; variable
|
D | tile_functor_gpu_complex64.cu.cc | 26 template struct Tile<GpuDevice, complex64, int32>; variable 27 template struct Tile<GpuDevice, complex64, int64>; variable
|
D | tile_functor_cpu_complex128.cc | 25 template struct Tile<CPUDevice, complex128, int32>; variable 26 template struct Tile<CPUDevice, complex128, int64>; variable
|
D | tile_functor_cpu_int32.cc | 25 template struct Tile<CPUDevice, int32, int32>; variable 26 template struct Tile<CPUDevice, int32, int64>; variable
|
D | tile_functor_cpu_tstring.cc | 25 template struct Tile<CPUDevice, tstring, int32>; variable 26 template struct Tile<CPUDevice, tstring, int64>; variable
|
D | tile_functor_cpu_variant.cc | 26 template struct Tile<CPUDevice, Variant, int32>; variable 27 template struct Tile<CPUDevice, Variant, int64>; variable
|
D | tile_functor_cpu_int8.cc | 25 template struct Tile<CPUDevice, int8, int32>; variable 26 template struct Tile<CPUDevice, int8, int64>; variable
|
D | tile_functor_cpu_uint8.cc | 25 template struct Tile<CPUDevice, uint8, int32>; variable 26 template struct Tile<CPUDevice, uint8, int64>; variable
|
D | tile_functor_cpu_uint32.cc | 25 template struct Tile<CPUDevice, uint32, int32>; variable 26 template struct Tile<CPUDevice, uint32, int64>; variable
|
D | tile_functor_cpu_int16.cc | 25 template struct Tile<CPUDevice, int16, int32>; variable 26 template struct Tile<CPUDevice, int16, int64>; variable
|
D | tile_functor_cpu_double.cc | 25 template struct Tile<CPUDevice, double, int32>; variable 26 template struct Tile<CPUDevice, double, int64>; variable
|
D | tile_functor_cpu_float.cc | 25 template struct Tile<CPUDevice, float, int32>; variable 26 template struct Tile<CPUDevice, float, int64>; variable
|
D | tile_functor_cpu_bfloat16.cc | 25 template struct Tile<CPUDevice, bfloat16, int32>; variable 26 template struct Tile<CPUDevice, bfloat16, int64>; variable
|
D | tile_functor_cpu_complex64.cc | 25 template struct Tile<CPUDevice, complex64, int32>; variable 26 template struct Tile<CPUDevice, complex64, int64>; variable
|
D | tile_functor_cpu_bool.cc | 25 template struct Tile<CPUDevice, bool, int32>; variable 26 template struct Tile<CPUDevice, bool, int64>; variable
|
D | tile_functor_cpu_int64.cc | 25 template struct Tile<CPUDevice, int64, int32>; variable 26 template struct Tile<CPUDevice, int64, int64>; variable
|
D | tile_functor_cpu_uint64.cc | 25 template struct Tile<CPUDevice, uint64, int32>; variable 26 template struct Tile<CPUDevice, uint64, int64>; variable
|
D | tile_functor_cpu_half.cc | 25 template struct Tile<CPUDevice, Eigen::half, int32>; variable 26 template struct Tile<CPUDevice, Eigen::half, int64>; variable
|