Searched defs:LaunchDepthwiseConvBackpropFilterOp (Results 1 – 5 of 5) sorted by relevance
27 template struct LaunchDepthwiseConvBackpropFilterOp<GpuDevice, Eigen::half>; variable
27 template struct LaunchDepthwiseConvBackpropFilterOp<GpuDevice, double>; variable
27 template struct LaunchDepthwiseConvBackpropFilterOp<GpuDevice, float>; variable
77 struct LaunchDepthwiseConvBackpropFilterOp { struct
866 struct LaunchDepthwiseConvBackpropFilterOp<CPUDevice, T> { struct867 typedef typename Eigen::internal::packet_traits<T>::type Packet;869 void operator()(OpKernelContext* ctx, const DepthwiseArgs& args, in operator ()()