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

Function size

cpp/src/generated/Tensor_generated.h:39–41  ·  view source on GitHub ↗

Length of dimension

Source from the content-addressed store, hash-verified

37 };
38 /// Length of dimension
39 int64_t size() const {
40 return GetField<int64_t>(VT_SIZE, 0);
41 }
42 /// Name of the dimension, optional
43 const ::flatbuffers::String *name() const {
44 return GetPointer<const ::flatbuffers::String *>(VT_NAME);

Callers 1

insertMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected