Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfill_functor.cc107 struct FillFunctor<Eigen::ThreadPoolDevice, T> { struct
108 void operator()(const Eigen::ThreadPoolDevice& d, in operator ()()
Dfill_functor.h29 struct FillFunctor { struct
Dfill_functor.cu.cc71 struct FillFunctor<GPUDevice, T> { struct
72 void operator()(const GPUDevice& d, typename TTypes<T>::Flat out, in operator ()()