MCPcopy Create free account
hub / github.com/apache/arrow / SparseCSRMatrixToNdarray

Function SparseCSRMatrixToNdarray

python/pyarrow/src/arrow/python/numpy_convert.cc:367–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367Status SparseCSRMatrixToNdarray(const std::shared_ptr<SparseCSRMatrix>& sparse_tensor,
368 PyObject* base, PyObject** out_data,
369 PyObject** out_indptr, PyObject** out_indices) {
370 return SparseCSXMatrixToNdarray(sparse_tensor, base, out_data, out_indptr, out_indices);
371}
372
373Status SparseCSCMatrixToNdarray(const std::shared_ptr<SparseCSCMatrix>& sparse_tensor,
374 PyObject* base, PyObject** out_data,

Callers

nothing calls this directly

Calls 1

SparseCSXMatrixToNdarrayFunction · 0.85

Tested by

no test coverage detected