Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dkernels.h156 class CSRSparseMatrixMatVec {
157 CSRSparseMatrixMatVec(bool transpose_a, bool adjoint_a);
Dmat_mul_op.cc580 functor::CSRSparseMatrixMatVec<GPUDevice, T> csr_spmv(this->transpose_a_, in Compute()
956 class CSRSparseMatrixMatVec<GPUDevice, T> { class
958 CSRSparseMatrixMatVec(bool transpose_a, bool conjugate_a) in CSRSparseMatrixMatVec() function in tensorflow::functor::CSRSparseMatrixMatVec