| 353 | // Gets/sets the buffer holding the array data. |
| 354 | char* buffer() const { return buffer_; } |
| 355 | void set_buffer(char* buffer) { buffer_ = buffer; } |
| 356 | |
| 357 | // Gets or sets the subshape of this piece. This reference points to a |
| 358 | // subshape within the shape in the containing Literal (Literal::shape_). |
no outgoing calls
no test coverage detected