Searched defs:LaunchConv2DBackpropFilterOp (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_grad_ops.h | 185 struct LaunchConv2DBackpropFilterOp { struct
|
D | conv_grad_filter_ops.cc | 102 struct LaunchConv2DBackpropFilterOp<CPUDevice, T> { struct 103 void operator()(OpKernelContext* ctx, bool use_cudnn, bool cudnn_use_autotune, in operator ()() 426 template struct LaunchConv2DBackpropFilterOp<CPUDevice, Eigen::half>; variable 427 template struct LaunchConv2DBackpropFilterOp<CPUDevice, float>; variable 428 template struct LaunchConv2DBackpropFilterOp<CPUDevice, double>; variable 969 template struct LaunchConv2DBackpropFilterOp<GPUDevice, float>; variable 970 template struct LaunchConv2DBackpropFilterOp<GPUDevice, Eigen::half>; variable 971 template struct LaunchConv2DBackpropFilterOp<GPUDevice, double>; variable
|