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

Function SparseCSCMatrixToNdarray

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

Source from the content-addressed store, hash-verified

368}
369
370Status SparseCSCMatrixToNdarray(const std::shared_ptr<SparseCSCMatrix>& sparse_tensor,
371 PyObject* base, PyObject** out_data,
372 PyObject** out_indptr, PyObject** out_indices) {
373 return SparseCSXMatrixToNdarray(sparse_tensor, base, out_data, out_indptr, out_indices);
374}
375
376Status SparseCSFTensorToNdarray(const std::shared_ptr<SparseCSFTensor>& sparse_tensor,
377 PyObject* base, PyObject** out_data,

Callers

nothing calls this directly

Calls 1

SparseCSXMatrixToNdarrayFunction · 0.85

Tested by

no test coverage detected