Home
last modified time | relevance | path

Searched defs:ReduceInfNanThreeSlotsLaunch (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops_gpu.cu.cc228 struct ReduceInfNanThreeSlotsLaunch { struct
229 void Run(const GPUDevice& d, const Tin* data, int size, Tout output[3]) { in Run()
241 template struct ReduceInfNanThreeSlotsLaunch<Eigen::half, float>; variable
242 template struct ReduceInfNanThreeSlotsLaunch<float, float>; variable
243 template struct ReduceInfNanThreeSlotsLaunch<double, float>; variable
244 template struct ReduceInfNanThreeSlotsLaunch<int16, float>; variable
245 template struct ReduceInfNanThreeSlotsLaunch<int32, float>; variable
246 template struct ReduceInfNanThreeSlotsLaunch<Eigen::half, double>; variable
247 template struct ReduceInfNanThreeSlotsLaunch<float, double>; variable
248 template struct ReduceInfNanThreeSlotsLaunch<double, double>; variable
[all …]