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

Method add_data

cpp/src/generated/SparseTensor_generated.h:831–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829 fbb_.AddOffset(SparseTensor::VT_SPARSEINDEX, sparseIndex);
830 }
831 void add_data(const org::apache::arrow::flatbuf::Buffer *data) {
832 fbb_.AddStruct(SparseTensor::VT_DATA, data);
833 }
834 explicit SparseTensorBuilder(::flatbuffers::FlatBufferBuilder &_fbb)
835 : fbb_(_fbb) {
836 start_ = fbb_.StartTable();

Callers 1

CreateSparseTensorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected