Searched defs:LaunchConv2DOp (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops.h | 35 struct LaunchConv2DOp { struct
|
D | conv_ops.cc | 123 struct LaunchConv2DOp<CPUDevice, T> { struct 124 void operator()(OpKernelContext* ctx, bool use_cudnn, bool cudnn_use_autotune, in operator ()() 547 template struct LaunchConv2DOp<CPUDevice, Eigen::half>; variable 548 template struct LaunchConv2DOp<CPUDevice, float>; variable 549 template struct LaunchConv2DOp<CPUDevice, double>; variable 970 template struct LaunchConv2DOp<GPUDevice, float>; variable 971 template struct LaunchConv2DOp<GPUDevice, Eigen::half>; variable 972 template struct LaunchConv2DOp<GPUDevice, double>; variable
|