Home
last modified time | relevance | path

Searched refs:LaunchDepthwiseConvOp (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op.cc159 struct LaunchDepthwiseConvOp<CPUDevice, T> { struct
262 extern template struct LaunchDepthwiseConvOp<GPUDevice, Eigen::half>;
263 extern template struct LaunchDepthwiseConvOp<GPUDevice, float>;
264 extern template struct LaunchDepthwiseConvOp<GPUDevice, double>;
469 LaunchDepthwiseConvOp<Device, T>()(context, args, input_ptr, filter_ptr, in Compute()
Ddepthwise_conv_op_gpu_float.cu.cc25 template struct LaunchDepthwiseConvOp<GpuDevice, float>; variable
Ddepthwise_conv_op_gpu_double.cu.cc25 template struct LaunchDepthwiseConvOp<GpuDevice, double>; variable
Ddepthwise_conv_op_gpu_half.cu.cc25 template struct LaunchDepthwiseConvOp<GpuDevice, Eigen::half>; variable
Ddepthwise_conv_op.h63 struct LaunchDepthwiseConvOp { struct
85 struct LaunchDepthwiseConvOp<Eigen::GpuDevice, T> {
Ddepthwise_conv_op_gpu.h789 void LaunchDepthwiseConvOp<GpuDevice, T>::operator()(OpKernelContext* ctx,