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

Method Finish

cpp/src/generated/Tensor_generated.h:348–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346 start_ = fbb_.StartTable();
347 }
348 ::flatbuffers::Offset<Tensor> Finish() {
349 const auto end = fbb_.EndTable(start_);
350 auto o = ::flatbuffers::Offset<Tensor>(end);
351 fbb_.Required(o, Tensor::VT_TYPE);
352 fbb_.Required(o, Tensor::VT_SHAPE);
353 fbb_.Required(o, Tensor::VT_DATA);
354 return o;
355 }
356};
357
358inline ::flatbuffers::Offset<Tensor> CreateTensor(

Callers 3

CreateTensorDimFunction · 0.45
CreateTensorFunction · 0.45
FinishTensorBufferFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected