Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_ops.h183 struct LaunchConv2DBackpropFilterOp { struct
Dconv_grad_filter_ops.cc107 struct LaunchConv2DBackpropFilterOp<CPUDevice, T> { struct
108 void operator()(OpKernelContext* ctx, bool use_cudnn, bool cudnn_use_autotune, in operator ()()
633 template struct LaunchConv2DBackpropFilterOp<CPUDevice, Eigen::half>; variable
634 template struct LaunchConv2DBackpropFilterOp<CPUDevice, float>; variable
635 template struct LaunchConv2DBackpropFilterOp<CPUDevice, double>; variable
1162 template struct LaunchConv2DBackpropFilterOp<GPUDevice, float>; variable
1163 template struct LaunchConv2DBackpropFilterOp<GPUDevice, Eigen::half>; variable
1164 template struct LaunchConv2DBackpropFilterOp<GPUDevice, double>; variable