Searched refs:LaunchDepthwiseConvBackpropFilterOp (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op_gpu_float.cu.cc | 27 template struct LaunchDepthwiseConvBackpropFilterOp<GpuDevice, float>; variable
|
D | depthwise_conv_op_gpu_double.cu.cc | 27 template struct LaunchDepthwiseConvBackpropFilterOp<GpuDevice, double>; 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 | 822 struct LaunchDepthwiseConvBackpropFilterOp; 825 struct LaunchDepthwiseConvBackpropFilterOp<CPUDevice, T> { struct 1002 extern template struct LaunchDepthwiseConvBackpropFilterOp<GPUDevice, 1004 extern template struct LaunchDepthwiseConvBackpropFilterOp<GPUDevice, float>; 1005 extern template struct LaunchDepthwiseConvBackpropFilterOp<GPUDevice, double>; 1127 LaunchDepthwiseConvBackpropFilterOp<Device, T>()( in Compute()
|
D | depthwise_conv_op_gpu.h | 1780 void LaunchDepthwiseConvBackpropFilterOp<GpuDevice, T>::operator()(
|