Searched refs:CSRSparseMatrixMatMul (Results 1 – 2 of 2) sorted by relevance
146 struct CSRSparseMatrixMatMul { struct147 explicit CSRSparseMatrixMatMul(const bool transpose_output);
585 functor::CSRSparseMatrixMatMul<GPUDevice, T> csr_spmmadd( in Compute()720 class CSRSparseMatrixMatMul<GPUDevice, T> { class722 explicit CSRSparseMatrixMatMul(const bool transpose_output) in CSRSparseMatrixMatMul() function in tensorflow::functor::CSRSparseMatrixMatMul