Home
last modified time | relevance | path

Searched defs:LaunchDepthwiseConvBackpropInputOp (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu_half.cu.cc26 template struct LaunchDepthwiseConvBackpropInputOp<GpuDevice, Eigen::half>; variable
Ddepthwise_conv_op_gpu_double.cu.cc26 template struct LaunchDepthwiseConvBackpropInputOp<GpuDevice, double>; variable
Ddepthwise_conv_op_gpu_float.cu.cc26 template struct LaunchDepthwiseConvBackpropInputOp<GpuDevice, float>; variable
Ddepthwise_conv_op.h70 struct LaunchDepthwiseConvBackpropInputOp { struct
Ddepthwise_conv_grad_op.cc383 struct LaunchDepthwiseConvBackpropInputOp<CPUDevice, T> { struct
384 typedef typename Eigen::internal::packet_traits<T>::type Packet;
386 void operator()(OpKernelContext* ctx, const DepthwiseArgs& args, in operator ()()