Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcwise_op_gpu_select.cu.cc58 struct BatchSelectFunctor<GPUDevice, T> { struct
59 void operator()(const GPUDevice& d, in operator ()()
Dcwise_op_select.cc287 struct BatchSelectFunctor<CPUDevice, T> { struct
288 void operator()(const CPUDevice& d, in operator ()()
329 struct BatchSelectFunctor<SYCLDevice, T> struct