HomeSort by relevance Sort by last modified time
    Searched refs:SetOneFunctor (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
fill_functor.h 63 struct SetOneFunctor {
68 // Partial specialization of SetOneFunctor<Device=Eigen::ThreadPoolDevice, T>.
70 struct SetOneFunctor<Eigen::ThreadPoolDevice, T> {
76 // Partial specialization of SetOneFunctor<Device=Eigen::SyclDevice, T>.
78 struct SetOneFunctor<Eigen::SyclDevice, T> {
84 struct SetOneFunctor<Eigen::ThreadPoolDevice, string> {
fill_functor.cc 81 void SetOneFunctor<Eigen::ThreadPoolDevice, T>::operator()(
88 template struct SetOneFunctor<Eigen::ThreadPoolDevice, T>;
106 void SetOneFunctor<Eigen::SyclDevice, T>::operator()(
112 template struct SetOneFunctor<Eigen::SyclDevice, T>;
constant_op_gpu.cu.cc 98 struct SetOneFunctor<GPUDevice, T> {
104 #define DEFINE_SETONE_GPU(T) template struct SetOneFunctor<GPUDevice, T>;
fill_functor.cu.cc 98 struct SetOneFunctor<GPUDevice, T> {
104 #define DEFINE_SETONE_GPU(T) template struct SetOneFunctor<GPUDevice, T>;
determinant_op.cc 161 functor::SetOneFunctor<GPUDevice, Scalar> f;
304 functor::SetOneFunctor<GPUDevice, Scalar> one_func;
constant_op.cc 353 functor::SetOneFunctor<Device, T> f;

Completed in 83 milliseconds