Searched defs:TransformFilter (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_2d_gpu_double.cu.cc | 34 template struct TransformFilter<Eigen::GpuDevice, double, int, 4>; variable 41 template struct TransformFilter<Eigen::GpuDevice, double, int, 5>; variable
|
D | conv_2d_gpu_half.cu.cc | 41 template struct TransformFilter<Eigen::GpuDevice, Eigen::half, int, 4>; variable 48 template struct TransformFilter<Eigen::GpuDevice, Eigen::half, int, 5>; variable
|
D | conv_2d_gpu_float.cu.cc | 47 template struct TransformFilter<Eigen::GpuDevice, float, int, 4>; variable 54 template struct TransformFilter<Eigen::GpuDevice, float, int, 5>; variable
|