GArrow.Tensor.is_row_major – arrow-glib Reference Manual
Packages
arrow-glib
GArrow
Tensor
buffer
tensor
Tensor
equal
get_buffer
get_dimension_name
get_n_dimensions
get_shape
get_size
get_strides
get_value_data_type
get_value_type
is_column_major
is_contiguous
is_mutable
is_row_major
is_row_major
Description:
[
Version
( since =
"0.3.0"
) ]
public
bool
is_row_major
()
Parameters:
this
A
Tensor
.
Returns:
true
if the tensor is row major a.k.a. C order,
false
otherwise.