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

Method Finish

cpp/src/generated/SparseTensor_generated.h:838–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836 start_ = fbb_.StartTable();
837 }
838 ::flatbuffers::Offset<SparseTensor> Finish() {
839 const auto end = fbb_.EndTable(start_);
840 auto o = ::flatbuffers::Offset<SparseTensor>(end);
841 fbb_.Required(o, SparseTensor::VT_TYPE);
842 fbb_.Required(o, SparseTensor::VT_SHAPE);
843 fbb_.Required(o, SparseTensor::VT_SPARSEINDEX);
844 fbb_.Required(o, SparseTensor::VT_DATA);
845 return o;
846 }
847};
848
849inline ::flatbuffers::Offset<SparseTensor> CreateSparseTensor(

Callers 5

CreateSparseTensorFunction · 0.45
FinishSparseTensorBufferFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected