| 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(); |
no outgoing calls
no test coverage detected