Home
last modified time | relevance | path

Searched defs:Tile (Results 1 – 25 of 39) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dtile_functor_gpu_bool.cu.cc26 template struct Tile<GpuDevice, bool, int32>; variable
27 template struct Tile<GpuDevice, bool, int64>; variable
Dtile_functor_gpu_int64.cu.cc26 template struct Tile<GpuDevice, int64, int32>; variable
27 template struct Tile<GpuDevice, int64, int64>; variable
Dtile_functor_gpu_half.cu.cc26 template struct Tile<GpuDevice, Eigen::half, int32>; variable
27 template struct Tile<GpuDevice, Eigen::half, int64>; variable
Dtile_functor_gpu_complex128.cu.cc26 template struct Tile<GpuDevice, complex128, int32>; variable
27 template struct Tile<GpuDevice, complex128, int64>; variable
Dtile_functor_gpu_double.cu.cc26 template struct Tile<GpuDevice, double, int32>; variable
27 template struct Tile<GpuDevice, double, int64>; variable
Dtile_functor_gpu_float.cu.cc26 template struct Tile<GpuDevice, float, int32>; variable
27 template struct Tile<GpuDevice, float, int64>; variable
Dtile_functor_gpu_int32.cu.cc26 template struct Tile<GpuDevice, int32, int32>; variable
27 template struct Tile<GpuDevice, int32, int64>; variable
Dtile_functor_gpu_int16.cu.cc26 template struct Tile<GpuDevice, int16, int32>; variable
27 template struct Tile<GpuDevice, int16, int64>; variable
Dtile_functor_gpu_complex64.cu.cc26 template struct Tile<GpuDevice, complex64, int32>; variable
27 template struct Tile<GpuDevice, complex64, int64>; variable
Dtile_functor_cpu_complex128.cc25 template struct Tile<CPUDevice, complex128, int32>; variable
26 template struct Tile<CPUDevice, complex128, int64>; variable
Dtile_functor_cpu_int32.cc25 template struct Tile<CPUDevice, int32, int32>; variable
26 template struct Tile<CPUDevice, int32, int64>; variable
Dtile_functor_cpu_tstring.cc25 template struct Tile<CPUDevice, tstring, int32>; variable
26 template struct Tile<CPUDevice, tstring, int64>; variable
Dtile_functor_cpu_variant.cc26 template struct Tile<CPUDevice, Variant, int32>; variable
27 template struct Tile<CPUDevice, Variant, int64>; variable
Dtile_functor_cpu_int8.cc25 template struct Tile<CPUDevice, int8, int32>; variable
26 template struct Tile<CPUDevice, int8, int64>; variable
Dtile_functor_cpu_uint8.cc25 template struct Tile<CPUDevice, uint8, int32>; variable
26 template struct Tile<CPUDevice, uint8, int64>; variable
Dtile_functor_cpu_uint32.cc25 template struct Tile<CPUDevice, uint32, int32>; variable
26 template struct Tile<CPUDevice, uint32, int64>; variable
Dtile_functor_cpu_int16.cc25 template struct Tile<CPUDevice, int16, int32>; variable
26 template struct Tile<CPUDevice, int16, int64>; variable
Dtile_functor_cpu_double.cc25 template struct Tile<CPUDevice, double, int32>; variable
26 template struct Tile<CPUDevice, double, int64>; variable
Dtile_functor_cpu_float.cc25 template struct Tile<CPUDevice, float, int32>; variable
26 template struct Tile<CPUDevice, float, int64>; variable
Dtile_functor_cpu_bfloat16.cc25 template struct Tile<CPUDevice, bfloat16, int32>; variable
26 template struct Tile<CPUDevice, bfloat16, int64>; variable
Dtile_functor_cpu_complex64.cc25 template struct Tile<CPUDevice, complex64, int32>; variable
26 template struct Tile<CPUDevice, complex64, int64>; variable
Dtile_functor_cpu_bool.cc25 template struct Tile<CPUDevice, bool, int32>; variable
26 template struct Tile<CPUDevice, bool, int64>; variable
Dtile_functor_cpu_int64.cc25 template struct Tile<CPUDevice, int64, int32>; variable
26 template struct Tile<CPUDevice, int64, int64>; variable
Dtile_functor_cpu_uint64.cc25 template struct Tile<CPUDevice, uint64, int32>; variable
26 template struct Tile<CPUDevice, uint64, int64>; variable
Dtile_functor_cpu_half.cc25 template struct Tile<CPUDevice, Eigen::half, int32>; variable
26 template struct Tile<CPUDevice, Eigen::half, int64>; variable

12