Check if tensor data is contiguously allocated in memory. Different from contiguous layout - this checks the actual allocation.
ggml_is_contiguously_allocated(tensor)Logical indicating if data is contiguously allocated
Tensor pointer
Other tensor_layout:
ggml_are_same_stride(),
ggml_can_repeat(),
ggml_count_equal(),
ggml_is_contiguous_0(),
ggml_is_contiguous_1(),
ggml_is_contiguous_2(),
ggml_is_contiguous_channels(),
ggml_is_contiguous_rows()