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.cc571 functor::CSRSparseMatrixMatVec<GPUDevice, T> csr_spmv(this->transpose_a_, in Compute()
912 class CSRSparseMatrixMatVec<GPUDevice, T> { class
914 CSRSparseMatrixMatVec(bool transpose_a, bool conjugate_a) in CSRSparseMatrixMatVec() function in tensorflow::functor::CSRSparseMatrixMatVec