Home
last modified time | relevance | path

Searched defs:LaunchConv2DOp (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dconv_ops.cc144 struct LaunchConv2DOp<CPUDevice, T> { struct
145 void operator()(OpKernelContext* ctx, bool use_cudnn, bool cudnn_use_autotune, in operator ()()
181 struct LaunchConv2DOp<GPUDevice, int32> { struct
182 void operator()(OpKernelContext* ctx, bool use_cudnn, bool cudnn_use_autotune, in operator ()()
614 template struct LaunchConv2DOp<CPUDevice, Eigen::half>; variable
615 template struct LaunchConv2DOp<CPUDevice, float>; variable
616 template struct LaunchConv2DOp<CPUDevice, double>; variable
1199 template struct LaunchConv2DOp<GPUDevice, float>; variable
1200 template struct LaunchConv2DOp<GPUDevice, Eigen::half>; variable
1201 template struct LaunchConv2DOp<GPUDevice, double>; variable
Dconv_ops.h35 struct LaunchConv2DOp { struct