Searched defs:FullHealthLaunch (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | debug_ops_gpu.cu.cc | 204 struct FullHealthLaunch { struct 205 void Run(const GPUDevice& d, const Tin* data, int size, Tout output[6]) { in Run() 216 template struct FullHealthLaunch<Eigen::half, float>; variable 217 template struct FullHealthLaunch<float, float>; variable 218 template struct FullHealthLaunch<double, float>; variable 219 template struct FullHealthLaunch<int16, float>; variable 220 template struct FullHealthLaunch<int32, float>; variable 221 template struct FullHealthLaunch<Eigen::half, double>; variable 222 template struct FullHealthLaunch<float, double>; variable 223 template struct FullHealthLaunch<double, double>; variable [all …]
|