Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu_float.cu.cc26 template struct LaunchDepthwiseConvBackpropInputOp<GpuDevice, float>; variable
Ddepthwise_conv_op_gpu_double.cu.cc26 template struct LaunchDepthwiseConvBackpropInputOp<GpuDevice, double>; variable
Ddepthwise_conv_op_gpu_half.cu.cc26 template struct LaunchDepthwiseConvBackpropInputOp<GpuDevice, Eigen::half>; variable
Ddepthwise_conv_op.h70 struct LaunchDepthwiseConvBackpropInputOp { struct
92 struct LaunchDepthwiseConvBackpropInputOp<Eigen::GpuDevice, T> {
Ddepthwise_conv_grad_op.cc383 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()
Ddepthwise_conv_op_gpu.h1010 void LaunchDepthwiseConvBackpropInputOp<GpuDevice, T>::operator()(