Searched refs:CSRSparseMatrixAddFunctor (Results 1 – 1 of 1) sorted by relevance
46 class CSRSparseMatrixAddFunctor { class48 explicit CSRSparseMatrixAddFunctor(OpKernelContext* ctx, const T alpha, in CSRSparseMatrixAddFunctor() function in tensorflow::__anonf378d15e0111::CSRSparseMatrixAddFunctor188 class CSRSparseMatrixSumFunctor : public CSRSparseMatrixAddFunctor<Device, T> {192 : CSRSparseMatrixAddFunctor<Device, T>(ctx, 1, 1) {} in CSRSparseMatrixSumFunctor()235 CSRSparseMatrixAddFunctor<Device, T> add_functor(ctx, host_alpha, in Compute()