Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconstant_op_gpu.cu.cc71 struct FillFunctor<GPUDevice, T> { struct
79 #define DEFINE_FILL_GPU(T) template struct FillFunctor<GPUDevice, T>;
Dfill_functor.cc95 struct FillFunctor<Eigen::ThreadPoolDevice, T> { struct
105 template struct FillFunctor<Eigen::ThreadPoolDevice, T>;
Dfill_functor.cu.cc71 struct FillFunctor<GPUDevice, T> { struct
79 #define DEFINE_FILL_GPU(T) template struct FillFunctor<GPUDevice, T>;
Dfill_functor.h29 struct FillFunctor { struct
Dbroadcast_to_op.cc74 functor::FillFunctor<Device, T>()(device, output_tensor->flat<T>(), in Compute()
Dconstant_op.cc162 functor::FillFunctor<Device, T> functor; in Compute()