| ggml_is_contiguous_channels | R Documentation |
Check if tensor has contiguous channels (important for CNN operations). Data for each channel should be stored contiguously.
ggml_is_contiguous_channels(tensor)
tensor |
Tensor pointer |
Logical indicating channel-wise contiguity
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.