Method

ArrowTensorget_strides

since: 0.3.0

Declaration [src]

gint64*
garrow_tensor_get_strides (
  GArrowTensor* tensor,
  gint* n_strides
)

Description

No description available.

Available since: 0.3.0

Parameters

n_strides

Type: gint*

The number of strides.

The argument will be set by the function.

Return value

Type: An array of gint64

The strides of the tensor.

It should be freed with g_free() when no longer needed.

The length of the array is in the n_strides argument.
The caller of the method takes ownership of the data, and is responsible for freeing it.