Searched refs:LaunchDepthwiseConvBackpropInputOp (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op_gpu_float.cu.cc | 26 template struct LaunchDepthwiseConvBackpropInputOp<GpuDevice, float>; variable
|
D | depthwise_conv_op_gpu_double.cu.cc | 26 template struct LaunchDepthwiseConvBackpropInputOp<GpuDevice, double>; variable
|
D | depthwise_conv_op_gpu_half.cu.cc | 26 template struct LaunchDepthwiseConvBackpropInputOp<GpuDevice, Eigen::half>; variable
|
D | depthwise_conv_op.h | 70 struct LaunchDepthwiseConvBackpropInputOp { struct 92 struct LaunchDepthwiseConvBackpropInputOp<Eigen::GpuDevice, T> {
|
D | depthwise_conv_grad_op.cc | 383 struct LaunchDepthwiseConvBackpropInputOp<CPUDevice, T> { struct 540 extern template struct LaunchDepthwiseConvBackpropInputOp<GPUDevice, 542 extern template struct LaunchDepthwiseConvBackpropInputOp<GPUDevice, float>; 543 extern template struct LaunchDepthwiseConvBackpropInputOp<GPUDevice, double>; 685 LaunchDepthwiseConvBackpropInputOp<Device, T>()( in Compute()
|
D | depthwise_conv_op_gpu.h | 1010 void LaunchDepthwiseConvBackpropInputOp<GpuDevice, T>::operator()(
|