Searched defs:LaunchDepthwiseConvBackpropInputOp (Results 1 – 5 of 5) sorted by relevance
26 template struct LaunchDepthwiseConvBackpropInputOp<GpuDevice, Eigen::half>; variable
26 template struct LaunchDepthwiseConvBackpropInputOp<GpuDevice, double>; variable
26 template struct LaunchDepthwiseConvBackpropInputOp<GpuDevice, float>; variable
70 struct LaunchDepthwiseConvBackpropInputOp { struct
383 struct LaunchDepthwiseConvBackpropInputOp<CPUDevice, T> { struct384 typedef typename Eigen::internal::packet_traits<T>::type Packet;386 void operator()(OpKernelContext* ctx, const DepthwiseArgs& args, in operator ()()