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

Function shape

cpp/src/generated/Tensor_generated.h:194–196  ·  view source on GitHub ↗

The dimensions of the tensor, optionally named

Source from the content-addressed store, hash-verified

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 {

Callers 1

VerifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected