Home
last modified time | relevance | path

Searched refs:Add4Functor (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Daggregate_ops_gpu.cu.cc52 struct Add4Functor<GPUDevice, T> { struct
148 template struct functor::Add4Functor<GPUDevice, type>; \
Daggregate_ops_cpu.h53 struct Add4Functor<CPUDevice, T> {
161 struct Add4Functor<SYCLDevice, T> {
Daggregate_ops.cc106 functor::Add4Functor<Device, T> functor4; in Compute()
Daggregate_ops.h62 struct Add4Functor { struct