Check if tensor has contiguous channels (important for CNN operations). Data for each channel should be stored contiguously.
ggml_is_contiguous_channels(tensor)Logical indicating channel-wise contiguity
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_rows(),
ggml_is_contiguously_allocated()