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

Method add_strides

cpp/src/generated/Tensor_generated.h:338–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 fbb_.AddOffset(Tensor::VT_SHAPE, shape);
337 }
338 void add_strides(::flatbuffers::Offset<::flatbuffers::Vector<int64_t>> strides) {
339 fbb_.AddOffset(Tensor::VT_STRIDES, strides);
340 }
341 void add_data(const org::apache::arrow::flatbuf::Buffer *data) {
342 fbb_.AddStruct(Tensor::VT_DATA, data);
343 }

Callers 1

CreateTensorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected