Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/kernels/
Dfill_functor.h36 struct SetZeroFunctor { struct
43 struct SetZeroFunctor<Eigen::ThreadPoolDevice, T> {
50 struct SetZeroFunctor<Eigen::ThreadPoolDevice, tstring> {
Dfill_functor.cc30 void SetZeroFunctor<Eigen::ThreadPoolDevice, T>::operator()( in operator ()()
35 void SetZeroFunctor<Eigen::ThreadPoolDevice, tstring>::operator()( in operator ()()
42 template struct SetZeroFunctor<Eigen::ThreadPoolDevice, T>;
Dfill_functor.cu.cc86 struct SetZeroFunctor<GPUDevice, T> { struct
93 void SetZeroFunctor<GPUDevice, Variant>::operator()( in operator ()()
98 #define DEFINE_SETZERO_GPU(T) template struct SetZeroFunctor<GPUDevice, T>;
Dconstant_op_gpu.cu.cc86 struct SetZeroFunctor<GPUDevice, T> { struct
92 #define DEFINE_SETZERO_GPU(T) template struct SetZeroFunctor<GPUDevice, T>;
Dbincount_op.cc244 functor::SetZeroFunctor<Device, T> fill; in Compute()
342 functor::SetZeroFunctor<Device, T> fill; in Compute()
426 functor::SetZeroFunctor<Device, T> fill; in Compute()
Dconditional_accumulator.h67 functor::SetZeroFunctor<Device, T> set_zero_functor_;
Dtensor_array.cc59 functor::SetZeroFunctor<Device, T> set_zero_functor; \
Dlist_kernels.h137 functor::SetZeroFunctor<Device, T>()(c->eigen_device<Device>(), in Compute()
217 functor::SetZeroFunctor<Device, T>()(c->eigen_device<Device>(), in Compute()
264 functor::SetZeroFunctor<Device, T>()(c->eigen_device<Device>(), in Compute()
449 functor::SetZeroFunctor<Device, T>()(c->eigen_device<Device>(), in Compute()
624 functor::SetZeroFunctor<Device, T>()(c->eigen_device<Device>(), in Compute()
Dmatmul_op_fused.cc212 functor::SetZeroFunctor<Device, T> f; in Compute()
Dsparse_tensor_dense_matmul_op.cc131 functor::SetZeroFunctor<Device, T> f; in Compute()
Dconstant_op.cc251 functor::SetZeroFunctor<Device, T> f; in Compute()
Dstateful_random_ops.cc292 functor::SetZeroFunctor<Device, T>()(ctx->eigen_device<Device>(), in Compute()
Ddynamic_partition_op_gpu.cu.cc389 functor::SetZeroFunctor<GPUDevice, int32> zero_functor; in CountAndSortParts()
Dinplace_ops.cc401 functor::SetZeroFunctor<Device, T>()(ctx->eigen_device<Device>(), in Compute()
/external/tensorflow/tensorflow/core/kernels/sparse/
Dzeros_op.h68 functor::SetZeroFunctor<Device, int32> set_zero; in operator()
Dsparse_tensor_to_csr_sparse_matrix_op.cc85 functor::SetZeroFunctor<CPUDevice, int32> set_zero; in Compute()
242 functor::SetZeroFunctor<Device, int32> set_zero; in ComputeAsync()
Ddense_to_csr_sparse_matrix_op.cc109 functor::SetZeroFunctor<Device, int32> set_zero; in Compute()
309 functor::SetZeroFunctor<Device, int32> set_zero; in ComputeAsync()
Dcsr_sparse_matrix_to_dense_op.cc89 functor::SetZeroFunctor<Device, T> set_zero; in Compute()
Dtranspose_op.cc188 functor::SetZeroFunctor<Device, int32> set_zero; in operator ()()
Dadd_op.cc106 functor::SetZeroFunctor<Device, int32> set_zero; in operator ()()
Dmat_mul_op.cc362 functor::SetZeroFunctor<CPUDevice, T> set_zero; in SparseDenseMatMulWithTransposedLHS()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_op.cc84 functor::SetZeroFunctor<Device, T> f; in Compute()
Dmkl_batch_matmul_op.cc134 functor::SetZeroFunctor<Device, Scalar> f; in Compute()
/external/tensorflow/tensorflow/core/kernels/linalg/
Ddeterminant_op.cc306 functor::SetZeroFunctor<GPUDevice, Scalar> zero_func; in ComputeAsync()
Deinsum_op_impl.h575 functor::SetZeroFunctor<Device, T> set_zero; in ContractOperands()

12