MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / ggml_is_contiguous

Function ggml_is_contiguous

subprojects/llama.cpp/ggml/src/ggml.c:1421–1423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1419}
1420
1421bool ggml_is_contiguous(const struct ggml_tensor * tensor) {
1422 return ggml_is_contiguous_0(tensor);
1423}
1424
1425bool ggml_is_contiguous_0(const struct ggml_tensor * tensor) {
1426 return ggml_is_contiguous_n(tensor, 0);

Callers 15

copy_tensor_async_intsFunction · 0.85
copy_tensor_async_floatsFunction · 0.85
write_tensor_dataMethod · 0.85
write_tensor_dataMethod · 0.85
ggml_acc_implFunction · 0.85
ggml_reshapeFunction · 0.85
ggml_reshape_1dFunction · 0.85
ggml_reshape_2dFunction · 0.85
ggml_reshape_3dFunction · 0.85
ggml_reshape_4dFunction · 0.85
ggml_soft_max_implFunction · 0.85

Calls 1

ggml_is_contiguous_0Function · 0.85

Tested by

no test coverage detected