Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_filter_ops.cc110 struct LaunchConv2DBackpropFilterOp<CPUDevice, T> { struct
111 void operator()(OpKernelContext* ctx, bool use_cudnn, bool cudnn_use_autotune, in operator ()()
649 template struct LaunchConv2DBackpropFilterOp<CPUDevice, Eigen::half>; variable
650 template struct LaunchConv2DBackpropFilterOp<CPUDevice, float>; variable
651 template struct LaunchConv2DBackpropFilterOp<CPUDevice, double>; variable
1245 template struct LaunchConv2DBackpropFilterOp<GPUDevice, float>; variable
1246 template struct LaunchConv2DBackpropFilterOp<GPUDevice, Eigen::half>; variable
1247 template struct LaunchConv2DBackpropFilterOp<GPUDevice, double>; variable
Dconv_grad_ops.h183 struct LaunchConv2DBackpropFilterOp { struct