Method

ArrowFixedShapeTensorDataTypeget_shape

since: 21.0.0

Declaration [src]

const gint64*
garrow_fixed_shape_tensor_data_type_get_shape (
  GArrowFixedShapeTensorDataType* data_type,
  gsize* length
)

Description

No description available.

Available since: 21.0.0

Parameters

length

Type: gsize*

Return location for the number of dimensions of the tensor.

The argument will be set by the function.

Return value

Type: An array of gint64

Shape of the tensor.

The length of the array is in the length argument.
The data is owned by the instance.