Home
last modified time | relevance | path

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

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