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

Function MakeSparseTensorWithSparseCSFIndex

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

Source from the content-addressed store, hash-verified

2421}
2422
2423Result<std::shared_ptr<SparseTensor>> MakeSparseTensorWithSparseCSFIndex(
2424 const std::shared_ptr<DataType>& type, const std::vector<int64_t>& shape,
2425 const std::vector<std::string>& dim_names,
2426 const std::shared_ptr<SparseCSFIndex>& sparse_index,
2427 const std::shared_ptr<Buffer>& data) {
2428 return SparseCSFTensor::Make(sparse_index, type, data, shape, dim_names);
2429}
2430
2431Status ReadSparseTensorMetadata(const Buffer& metadata,
2432 std::shared_ptr<DataType>* out_type,

Callers 2

ReadSparseTensorPayloadFunction · 0.85
ReadSparseTensorFunction · 0.85

Calls 1

MakeFunction · 0.50

Tested by

no test coverage detected