Non-negative byte offsets to advance one value cell along each dimension If omitted, default to row-major order (C-like).
| 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); |