Home
last modified time | relevance | path

Searched defs:csrMatrixRef (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/aten/src/ATen/native/sparse/cuda/
DSparseMatMul.cu99 struct csrMatrixRef { struct
100 int* csr_indices_{nullptr};
101 int* csr_pointers_{nullptr};
102 scalar_t* csr_values_{nullptr};
103 int nnz_{0};
104 std::vector<int> size_{};
107 cusparseSpMatDescr_t description_{0};
109 cusparseMatDescr_t description_{0};
112 csrMatrixRef() { in csrMatrixRef() function
118 csrMatrixRef( in csrMatrixRef() argument
[all …]