Method
ArrowTensorget_buffer
Declaration [src]
GArrowBuffer*
garrow_tensor_get_buffer (
GArrowTensor* tensor
)
Return value
Returns: | GArrowBuffer |
The data of the tensor. |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |