Searched refs:LaunchConv2DBackpropFilterOp (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_grad_ops.h | 185 struct LaunchConv2DBackpropFilterOp { struct 206 struct LaunchConv2DBackpropFilterOp<Eigen::GpuDevice, T> {
|
D | conv_grad_filter_ops.cc | 102 struct LaunchConv2DBackpropFilterOp<CPUDevice, T> { struct 426 template struct LaunchConv2DBackpropFilterOp<CPUDevice, Eigen::half>; variable 427 template struct LaunchConv2DBackpropFilterOp<CPUDevice, float>; variable 428 template struct LaunchConv2DBackpropFilterOp<CPUDevice, double>; variable 536 LaunchConv2DBackpropFilterOp<Device, T> launcher_; 543 void LaunchConv2DBackpropFilterOp<Eigen::GpuDevice, T>::operator()( in operator ()() 969 template struct LaunchConv2DBackpropFilterOp<GPUDevice, float>; variable 970 template struct LaunchConv2DBackpropFilterOp<GPUDevice, Eigen::half>; variable 971 template struct LaunchConv2DBackpropFilterOp<GPUDevice, double>; variable
|
D | depthwise_conv_grad_op.cc | 990 extern template struct LaunchConv2DBackpropFilterOp<CPUDevice, Eigen::half>; 991 extern template struct LaunchConv2DBackpropFilterOp<CPUDevice, float>; 992 extern template struct LaunchConv2DBackpropFilterOp<CPUDevice, double>; 997 extern template struct LaunchConv2DBackpropFilterOp<GPUDevice, Eigen::half>; 998 extern template struct LaunchConv2DBackpropFilterOp<GPUDevice, float>; 999 extern template struct LaunchConv2DBackpropFilterOp<GPUDevice, double>; 1142 LaunchConv2DBackpropFilterOp<Device, T> launcher_;
|