Searched refs:LaunchConv2DBackpropFilterOp (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_grad_ops.h | 183 struct LaunchConv2DBackpropFilterOp { struct 204 struct LaunchConv2DBackpropFilterOp<Eigen::GpuDevice, T> {
|
D | conv_grad_filter_ops.cc | 107 struct LaunchConv2DBackpropFilterOp<CPUDevice, T> { struct 373 LaunchConv2DBackpropFilterOp<Device, T> launcher_; 633 template struct LaunchConv2DBackpropFilterOp<CPUDevice, Eigen::half>; variable 634 template struct LaunchConv2DBackpropFilterOp<CPUDevice, float>; variable 635 template struct LaunchConv2DBackpropFilterOp<CPUDevice, double>; variable 650 void LaunchConv2DBackpropFilterOp<Eigen::GpuDevice, T>::operator()( in operator ()() 1162 template struct LaunchConv2DBackpropFilterOp<GPUDevice, float>; variable 1163 template struct LaunchConv2DBackpropFilterOp<GPUDevice, Eigen::half>; variable 1164 template struct LaunchConv2DBackpropFilterOp<GPUDevice, double>; variable
|
D | depthwise_conv_grad_op.cc | 1031 extern template struct LaunchConv2DBackpropFilterOp<CPUDevice, Eigen::half>; 1032 extern template struct LaunchConv2DBackpropFilterOp<CPUDevice, float>; 1033 extern template struct LaunchConv2DBackpropFilterOp<CPUDevice, double>; 1038 extern template struct LaunchConv2DBackpropFilterOp<GPUDevice, Eigen::half>; 1039 extern template struct LaunchConv2DBackpropFilterOp<GPUDevice, float>; 1040 extern template struct LaunchConv2DBackpropFilterOp<GPUDevice, double>; 1232 LaunchConv2DBackpropFilterOp<Device, T> launcher_;
|