Searched defs:ConciseHealthLaunch (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | debug_ops_gpu.cu.cc | 180 struct ConciseHealthLaunch { struct 181 void Run(const GPUDevice& d, const Tin* data, int size, Tout output[3]) { in Run() 192 template struct ConciseHealthLaunch<Eigen::half, float>; variable 193 template struct ConciseHealthLaunch<float, float>; variable 194 template struct ConciseHealthLaunch<double, float>; variable 195 template struct ConciseHealthLaunch<int16, float>; variable 196 template struct ConciseHealthLaunch<int32, float>; variable 197 template struct ConciseHealthLaunch<Eigen::half, double>; variable 198 template struct ConciseHealthLaunch<float, double>; variable 199 template struct ConciseHealthLaunch<double, double>; variable [all …]
|