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

Function strides

cpp/src/generated/Tensor_generated.h:199–201  ·  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

197 /// Non-negative byte offsets to advance one value cell along each dimension
198 /// If omitted, default to row-major order (C-like).
199 const ::flatbuffers::Vector<int64_t> *strides() const {
200 return GetPointer<const ::flatbuffers::Vector<int64_t> *>(VT_STRIDES);
201 }
202 /// The location and size of the tensor's data
203 const org::apache::arrow::flatbuf::Buffer *data() const {
204 return GetStruct<const org::apache::arrow::flatbuf::Buffer *>(VT_DATA);

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected