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_double.cu.cc37 template struct NCHWToNHWC<Eigen::GpuDevice, double, 4>; variable
44 template struct NCHWToNHWC<Eigen::GpuDevice, double, 5>; variable
Dconv_2d_gpu_half.cu.cc44 template struct NCHWToNHWC<Eigen::GpuDevice, Eigen::half, 4>; variable
51 template struct NCHWToNHWC<Eigen::GpuDevice, Eigen::half, 5>; variable
Dconv_2d_gpu_float.cu.cc50 template struct NCHWToNHWC<Eigen::GpuDevice, float, 4>; variable
57 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.py353 def NCHWToNHWC(input_tensor): function