Home
last modified time | relevance | path

Searched refs:FillFunctor (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfill_functor.cc125 struct FillFunctor<Eigen::ThreadPoolDevice, T> { struct
135 template struct FillFunctor<Eigen::ThreadPoolDevice, T>;
144 struct FillFunctor<Eigen::SyclDevice, T> { struct
159 #define DEFINE_FILL_SYCL(T) template struct FillFunctor<Eigen::SyclDevice, T>;
Dfill_functor.cu.cc70 struct FillFunctor<GPUDevice, T> { struct
78 #define DEFINE_FILL_GPU(T) template struct FillFunctor<GPUDevice, T>;
Dconstant_op_gpu.cu.cc70 struct FillFunctor<GPUDevice, T> { struct
78 #define DEFINE_FILL_GPU(T) template struct FillFunctor<GPUDevice, T>;
Dfill_functor.h29 struct FillFunctor { struct
Dbroadcast_to_op.cc72 functor::FillFunctor<Device, T>()(device, output_tensor->flat<T>(), in Compute()
Dconstant_op.cc171 functor::FillFunctor<Device, T> functor; in Compute()