Method

ArrowTensorget_dimension_name

since: 0.3.0

Declaration [src]

const gchar*
garrow_tensor_get_dimension_name (
  GArrowTensor* tensor,
  gint i
)

Description

No description available.

Available since: 0.3.0

Parameters

i

Type: gint

The index of the target dimension.

Return value

Type: const gchar*

The i-th dimension name of the tensor.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.