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.cc154 struct LaunchDepthwiseConvOp<CPUDevice, T> { struct
257 extern template struct LaunchDepthwiseConvOp<GPUDevice, Eigen::half>;
258 extern template struct LaunchDepthwiseConvOp<GPUDevice, float>;
259 extern template struct LaunchDepthwiseConvOp<GPUDevice, double>;
430 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.h798 void LaunchDepthwiseConvOp<GpuDevice, T>::operator()(OpKernelContext* ctx,