Home
last modified time | relevance | path

Searched refs:LaunchDepthwiseConvBackpropFilterOp (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu_double.cu.cc27 template struct LaunchDepthwiseConvBackpropFilterOp<GpuDevice, double>; variable
Ddepthwise_conv_op_gpu_float.cu.cc27 template struct LaunchDepthwiseConvBackpropFilterOp<GpuDevice, float>; variable
Ddepthwise_conv_op_gpu_half.cu.cc27 template struct LaunchDepthwiseConvBackpropFilterOp<GpuDevice, Eigen::half>; variable
Ddepthwise_conv_op.h77 struct LaunchDepthwiseConvBackpropFilterOp { struct
99 struct LaunchDepthwiseConvBackpropFilterOp<Eigen::GpuDevice, T> {
Ddepthwise_conv_grad_op.cc863 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()
Ddepthwise_conv_op_gpu.h1757 void LaunchDepthwiseConvBackpropFilterOp<GpuDevice, T>::operator()(