Searched refs:LaunchDepthwiseConvBackpropFilterOp (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op_gpu_double.cu.cc | 27 template struct LaunchDepthwiseConvBackpropFilterOp<GpuDevice, double>; variable
|
D | depthwise_conv_op_gpu_float.cu.cc | 27 template struct LaunchDepthwiseConvBackpropFilterOp<GpuDevice, float>; variable
|
D | depthwise_conv_op_gpu_half.cu.cc | 27 template struct LaunchDepthwiseConvBackpropFilterOp<GpuDevice, Eigen::half>; variable
|
D | depthwise_conv_op.h | 77 struct LaunchDepthwiseConvBackpropFilterOp { struct 99 struct LaunchDepthwiseConvBackpropFilterOp<Eigen::GpuDevice, T> {
|
D | depthwise_conv_grad_op.cc | 863 struct LaunchDepthwiseConvBackpropFilterOp; 866 struct LaunchDepthwiseConvBackpropFilterOp<CPUDevice, T> { struct 1043 extern template struct LaunchDepthwiseConvBackpropFilterOp<GPUDevice, 1045 extern template struct LaunchDepthwiseConvBackpropFilterOp<GPUDevice, float>; 1046 extern template struct LaunchDepthwiseConvBackpropFilterOp<GPUDevice, double>; 1209 LaunchDepthwiseConvBackpropFilterOp<Device, U>()( in Compute()
|
D | depthwise_conv_op_gpu.h | 1757 void LaunchDepthwiseConvBackpropFilterOp<GpuDevice, T>::operator()(
|