Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfill_functor.cc125 struct FillFunctor<Eigen::ThreadPoolDevice, T> { struct
126 void operator()(const Eigen::ThreadPoolDevice& d, in operator ()()
144 struct FillFunctor<Eigen::SyclDevice, T> { struct
145 void operator()(const Eigen::SyclDevice& d, typename TTypes<T>::Flat out, in operator ()()
Dfill_functor.h29 struct FillFunctor { struct
Dconstant_op_gpu.cu.cc70 struct FillFunctor<GPUDevice, T> { struct
71 void operator()(const GPUDevice& d, typename TTypes<T>::Flat out, in operator ()()
Dfill_functor.cu.cc70 struct FillFunctor<GPUDevice, T> { struct
71 void operator()(const GPUDevice& d, typename TTypes<T>::Flat out, in operator ()()