Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dkernels.h146 struct CSRSparseMatrixMatMul { struct
147 explicit CSRSparseMatrixMatMul(const bool transpose_output);
Dmat_mul_op.cc585 functor::CSRSparseMatrixMatMul<GPUDevice, T> csr_spmmadd( in Compute()
720 class CSRSparseMatrixMatMul<GPUDevice, T> { class
722 explicit CSRSparseMatrixMatMul(const bool transpose_output) in CSRSparseMatrixMatMul() function in tensorflow::functor::CSRSparseMatrixMatMul