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

Method add_shape

cpp/src/generated/SparseTensor_generated.h:819–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817 fbb_.AddOffset(SparseTensor::VT_TYPE, type);
818 }
819 void add_shape(::flatbuffers::Offset<::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::TensorDim>>> shape) {
820 fbb_.AddOffset(SparseTensor::VT_SHAPE, shape);
821 }
822 void add_non_zero_length(int64_t non_zero_length) {
823 fbb_.AddElement<int64_t>(SparseTensor::VT_NON_ZERO_LENGTH, non_zero_length, 0);
824 }

Callers 1

CreateSparseTensorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected