Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu_float.cu.cc25 template struct LaunchDepthwiseConvOp<GpuDevice, float>; variable
Ddepthwise_conv_op_gpu_half.cu.cc25 template struct LaunchDepthwiseConvOp<GpuDevice, Eigen::half>; variable
Ddepthwise_conv_op_gpu_double.cu.cc25 template struct LaunchDepthwiseConvOp<GpuDevice, double>; variable
Ddepthwise_conv_op.cc154 struct LaunchDepthwiseConvOp<CPUDevice, T> { struct
155 typedef typename Eigen::internal::packet_traits<T>::type Packet;
157 void operator()(OpKernelContext* ctx, const DepthwiseArgs& args, in operator ()()
Ddepthwise_conv_op.h63 struct LaunchDepthwiseConvOp { struct