Searched refs:CSRSparseMatrixMatVec (Results 1 – 2 of 2) sorted by relevance
156 class CSRSparseMatrixMatVec {157 CSRSparseMatrixMatVec(bool transpose_a, bool adjoint_a);
571 functor::CSRSparseMatrixMatVec<GPUDevice, T> csr_spmv(this->transpose_a_, in Compute()912 class CSRSparseMatrixMatVec<GPUDevice, T> { class914 CSRSparseMatrixMatVec(bool transpose_a, bool conjugate_a) in CSRSparseMatrixMatVec() function in tensorflow::functor::CSRSparseMatrixMatVec