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

Function indicesStrides

cpp/src/generated/SparseTensor_generated.h:166–168  ·  view source on GitHub ↗

Non-negative byte offsets to advance one value cell along each dimension If omitted, default to row-major order (C-like).

Source from the content-addressed store, hash-verified

164 /// Non-negative byte offsets to advance one value cell along each dimension
165 /// If omitted, default to row-major order (C-like).
166 const ::flatbuffers::Vector<int64_t> *indicesStrides() const {
167 return GetPointer<const ::flatbuffers::Vector<int64_t> *>(VT_INDICESSTRIDES);
168 }
169 /// The location and size of the indices matrix's data
170 const org::apache::arrow::flatbuf::Buffer *indicesBuffer() const {
171 return GetStruct<const org::apache::arrow::flatbuf::Buffer *>(VT_INDICESBUFFER);

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected