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.h185 struct LaunchConv2DBackpropFilterOp { struct
Dconv_grad_filter_ops.cc102 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