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

Function indicesBuffers

cpp/src/generated/SparseTensor_generated.h:450–452  ·  view source on GitHub ↗

indicesBuffers stores values of nodes. Each tensor dimension corresponds to a buffer in indicesBuffers. For example, the indicesBuffers for the above X is: ```text indicesBuffer(X) = [ [0, 1], [0, 1, 1], [0, 0, 1, 1], [1, 2, 0, 2, 0, 0, 1, 2] ]. ```

Source from the content-addressed store, hash-verified

448 /// ].
449 /// ```
450 const ::flatbuffers::Vector<const org::apache::arrow::flatbuf::Buffer *> *indicesBuffers() const {
451 return GetPointer<const ::flatbuffers::Vector<const org::apache::arrow::flatbuf::Buffer *> *>(VT_INDICESBUFFERS);
452 }
453 /// axisOrder stores the sequence in which dimensions were traversed to
454 /// produce the prefix tree.
455 /// For example, the axisOrder for the above X is:

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected