Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/
H A Dadd_op.cc46 class CSRSparseMatrixAddFunctor { class
48 explicit CSRSparseMatrixAddFunctor(OpKernelContext* ctx, const T alpha, in CSRSparseMatrixAddFunctor() function in tensorflow::__anonf378d15e0111::CSRSparseMatrixAddFunctor
188 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()