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_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_half.cu.cc45 template struct PadInput<Eigen::GpuDevice, Eigen::half, int, 4>; variable
52 template struct PadInput<Eigen::GpuDevice, Eigen::half, int, 5>; variable
Dconv_2d_gpu_float.cu.cc51 template struct PadInput<Eigen::GpuDevice, float, int, 4>; variable
58 template struct PadInput<Eigen::GpuDevice, float, int, 5>; variable
Dconv_2d_gpu_int.cu.cc33 template struct PadInput<Eigen::GpuDevice, int, int, 4>; variable