Home
last modified time | relevance | path

Searched defs:TransformFilter (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dconv_2d_gpu_half.cu.cc35 template struct TransformFilter<Eigen::GpuDevice, Eigen::half, int, 4>; variable
42 template struct TransformFilter<Eigen::GpuDevice, Eigen::half, int, 5>; variable
Dconv_2d_gpu_double.cu.cc34 template struct TransformFilter<Eigen::GpuDevice, double, int, 4>; variable
41 template struct TransformFilter<Eigen::GpuDevice, double, int, 5>; variable
Dconv_2d_gpu_float.cu.cc43 template struct TransformFilter<Eigen::GpuDevice, float, int, 4>; variable
50 template struct TransformFilter<Eigen::GpuDevice, float, int, 5>; variable
Dconv_2d_gpu_int.cu.cc33 template struct TransformFilter<Eigen::GpuDevice, int32, int, 4>; variable