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

Function ggml_is_contiguous_0

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

Source from the content-addressed store, hash-verified

1423}
1424
1425bool ggml_is_contiguous_0(const struct ggml_tensor * tensor) {
1426 return ggml_is_contiguous_n(tensor, 0);
1427}
1428
1429bool ggml_is_contiguous_1(const struct ggml_tensor * tensor) {
1430 return ggml_is_contiguous_n(tensor, 1);

Callers 1

ggml_is_contiguousFunction · 0.85

Calls 1

ggml_is_contiguous_nFunction · 0.85

Tested by

no test coverage detected