Method

ArrowTensorget_dimension_name

Declaration [src]

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

Description

No description available.
Available since:0.3.0

Parameters

i gint
 

The index of the target dimension.

Return value

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