Home
last modified time | relevance | path

Searched refs:CSRSparseMatrixToCOOSparseMatrix (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/
H A Dcsr_sparse_matrix_to_sparse_tensor_op.cc165 functor::CSRSparseMatrixToCOOSparseMatrix<Device> csr_to_coo; in Compute()
235 struct CSRSparseMatrixToCOOSparseMatrix<GPUDevice> { struct
240 extern template struct CSRSparseMatrixToCOOSparseMatrix<GPUDevice>;
H A Dcsr_sparse_matrix_to_dense_op.cc159 functor::CSRSparseMatrixToCOOSparseMatrix<Device> csr_to_coo; in Compute()
250 struct CSRSparseMatrixToCOOSparseMatrix<GPUDevice> { struct
255 extern template struct CSRSparseMatrixToCOOSparseMatrix<GPUDevice>;
H A Dkernels.h137 struct CSRSparseMatrixToCOOSparseMatrix { struct
H A Dkernels_gpu.cu.cc125 Status CSRSparseMatrixToCOOSparseMatrix<GPUDevice>::operator()( in operator ()()