get_dim_names


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "21.0.0" ) ]
public string[] get_dim_names ()

Parameters:

this

A FixedShapeTensorDataType.

Returns:

Dimention names of the tensor.

It's a null-terminated string array. It must be freed with strfreev when no longer needed.