Home
last modified time | relevance | path

Searched defs:NCHWToNHWC (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dconv_2d_gpu_half.cu.cc38 template struct NCHWToNHWC<Eigen::GpuDevice, Eigen::half, 4>; variable
45 template struct NCHWToNHWC<Eigen::GpuDevice, Eigen::half, 5>; variable
Dconv_2d_gpu_double.cu.cc37 template struct NCHWToNHWC<Eigen::GpuDevice, double, 4>; variable
44 template struct NCHWToNHWC<Eigen::GpuDevice, double, 5>; variable
Dconv_2d_gpu_float.cu.cc46 template struct NCHWToNHWC<Eigen::GpuDevice, float, 4>; variable
53 template struct NCHWToNHWC<Eigen::GpuDevice, float, 5>; variable
/external/tensorflow/tensorflow/compiler/tests/
Dpooling_ops_test.py47 def NCHWToNHWC(input_tensor): function
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py421 def NCHWToNHWC(input_tensor): function