The dimensions of the tensor, optionally named
| 192 | } |
| 193 | /// The dimensions of the tensor, optionally named |
| 194 | const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::TensorDim>> *shape() const { |
| 195 | return GetPointer<const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::TensorDim>> *>(VT_SHAPE); |
| 196 | } |
| 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 { |