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