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

Function ggml_is_3d

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

Source from the content-addressed store, hash-verified

1340}
1341
1342bool ggml_is_3d(const struct ggml_tensor * tensor) {
1343 return tensor->ne[3] == 1;
1344}
1345
1346int ggml_n_dims(const struct ggml_tensor * tensor) {
1347 for (int i = GGML_MAX_DIMS - 1; i >= 1; --i) {

Callers 2

ggml_ssm_convFunction · 0.85
ggml_ssm_scanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected