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

Function MakeSparseTensorWithSparseCSCIndex

cpp/src/arrow/ipc/reader.cc:2471–2477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2469}
2470
2471Result<std::shared_ptr<SparseTensor>> MakeSparseTensorWithSparseCSCIndex(
2472 const std::shared_ptr<DataType>& type, const std::vector<int64_t>& shape,
2473 const std::vector<std::string>& dim_names,
2474 const std::shared_ptr<SparseCSCIndex>& sparse_index, int64_t non_zero_length,
2475 const std::shared_ptr<Buffer>& data) {
2476 return SparseCSCMatrix::Make(sparse_index, type, data, shape, dim_names);
2477}
2478
2479Result<std::shared_ptr<SparseTensor>> MakeSparseTensorWithSparseCSFIndex(
2480 const std::shared_ptr<DataType>& type, const std::vector<int64_t>& shape,

Callers 2

ReadSparseTensorPayloadFunction · 0.85
ReadSparseTensorFunction · 0.85

Calls 1

MakeFunction · 0.50

Tested by

no test coverage detected