Home
last modified time | relevance | path

Searched refs:SetZeroFunctor (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfill_functor.h36 struct SetZeroFunctor { struct
43 struct SetZeroFunctor<Eigen::ThreadPoolDevice, T> {
51 struct SetZeroFunctor<Eigen::SyclDevice, T> {
57 struct SetZeroFunctor<Eigen::ThreadPoolDevice, string> {
Dfill_functor.cc30 void SetZeroFunctor<Eigen::ThreadPoolDevice, T>::operator()( in operator ()()
35 void SetZeroFunctor<Eigen::ThreadPoolDevice, string>::operator()( in operator ()()
42 template struct SetZeroFunctor<Eigen::ThreadPoolDevice, T>;
66 void SetZeroFunctor<Eigen::SyclDevice, T>::operator()( in operator ()()
72 template struct SetZeroFunctor<Eigen::SyclDevice, T>;
Dfill_functor.cu.cc85 struct SetZeroFunctor<GPUDevice, T> { struct
92 void SetZeroFunctor<GPUDevice, Variant>::operator()( in operator ()()
97 #define DEFINE_SETZERO_GPU(T) template struct SetZeroFunctor<GPUDevice, T>;
Dconstant_op_gpu.cu.cc85 struct SetZeroFunctor<GPUDevice, T> { struct
91 #define DEFINE_SETZERO_GPU(T) template struct SetZeroFunctor<GPUDevice, T>;
Dconditional_accumulator.h67 functor::SetZeroFunctor<Device, T> set_zero_functor_;
Dtensor_array.cc59 functor::SetZeroFunctor<Device, T> set_zero_functor; \
Dlist_kernels.h158 functor::SetZeroFunctor<Device, T>()(c->eigen_device<Device>(), in Compute()
238 functor::SetZeroFunctor<Device, T>()(c->eigen_device<Device>(), in Compute()
285 functor::SetZeroFunctor<Device, T>()(c->eigen_device<Device>(), in Compute()
472 functor::SetZeroFunctor<Device, T>()(c->eigen_device<Device>(), in Compute()
647 functor::SetZeroFunctor<Device, T>()(c->eigen_device<Device>(), in Compute()
Dmkl_matmul_op.cc87 functor::SetZeroFunctor<Device, T> f; in Compute()
Dmkl_batch_matmul_op.cc97 functor::SetZeroFunctor<Device, Scalar> f; in Compute()
Dsparse_tensor_dense_matmul_op.cc130 functor::SetZeroFunctor<Device, T> f; in Compute()
Dfused_batch_norm_op.cc662 functor::SetZeroFunctor<Device, float> f; in Compute()
671 functor::SetZeroFunctor<Device, U> f; in Compute()
Ddeterminant_op.cc306 functor::SetZeroFunctor<GPUDevice, Scalar> zero_func; in ComputeAsync()
Dconstant_op.cc275 functor::SetZeroFunctor<Device, T> f; in Compute()
Ddynamic_partition_op_gpu.cu.cc379 functor::SetZeroFunctor<GPUDevice, int32> zero_functor; in CountAndSortParts()
Dinplace_ops.cc452 functor::SetZeroFunctor<Device, T>()(ctx->eigen_device<Device>(), in Compute()
Dmatmul_op.cc490 functor::SetZeroFunctor<Device, T> f; in Compute()
Dbatch_matmul_op_impl.h586 functor::SetZeroFunctor<Device, Scalar> f;
Dscatter_nd_op.cc687 functor::SetZeroFunctor<Device, T> fill; in DoScatterNd()
Dconv_grad_filter_ops.cc512 functor::SetZeroFunctor<Device, T> f; in Compute()
Dsparse_matmul_op.cc990 functor::SetZeroFunctor<CPUDevice, float> f; in Compute()