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

Function axisOrder

cpp/src/generated/SparseTensor_generated.h:459–461  ·  view source on GitHub ↗

axisOrder stores the sequence in which dimensions were traversed to produce the prefix tree. For example, the axisOrder for the above X is: ```text axisOrder(X) = [0, 1, 2, 3]. ```

Source from the content-addressed store, hash-verified

457 /// axisOrder(X) = [0, 1, 2, 3].
458 /// ```
459 const ::flatbuffers::Vector<int32_t> *axisOrder() const {
460 return GetPointer<const ::flatbuffers::Vector<int32_t> *>(VT_AXISORDER);
461 }
462 bool Verify(::flatbuffers::Verifier &verifier) const {
463 return VerifyTableStart(verifier) &&
464 VerifyOffsetRequired(verifier, VT_INDPTRTYPE) &&

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected