Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_2d_gpu_half.cu.cc39 template struct PadInput<Eigen::GpuDevice, Eigen::half, int, 4>; variable
46 template struct PadInput<Eigen::GpuDevice, Eigen::half, int, 5>; variable
Dconv_2d_gpu_double.cu.cc38 template struct PadInput<Eigen::GpuDevice, double, int, 4>; variable
45 template struct PadInput<Eigen::GpuDevice, double, int, 5>; variable
Dconv_2d_gpu_float.cu.cc47 template struct PadInput<Eigen::GpuDevice, float, int, 4>; variable
54 template struct PadInput<Eigen::GpuDevice, float, int, 5>; variable
Dconv_2d_gpu_int.cu.cc34 template struct PadInput<Eigen::GpuDevice, int32, int, 4>; variable