Searched defs:LaunchConv2DBackpropFilterOp (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_grad_ops.h | 183 struct LaunchConv2DBackpropFilterOp { struct
|
D | conv_grad_filter_ops.cc | 107 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
|