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

Function raw_data

cpp/src/arrow/tensor.h:126–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 std::shared_ptr<Buffer> data() const { return data_; }
125
126 const uint8_t* raw_data() const { return data_->data(); }
127 uint8_t* raw_mutable_data() { return data_->mutable_data(); }
128
129 const std::vector<int64_t>& shape() const { return shape_; }

Callers 1

tensor.hFile · 0.70

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected