Method

ArrowTensorget_strides

Declaration [src]

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

Description

No description available.
Available since:0.3.0

Parameters

n_strides gint*
 

The number of strides.

 The argument will be set by the function.

Return value

Returns: 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.