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

Function ggml_cont_3d

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

Source from the content-addressed store, hash-verified

3484}
3485
3486GGML_API struct ggml_tensor * ggml_cont_3d(
3487 struct ggml_context * ctx,
3488 struct ggml_tensor * a,
3489 int64_t ne0,
3490 int64_t ne1,
3491 int64_t ne2) {
3492 return ggml_cont_4d(ctx, a, ne0, ne1, ne2, 1);
3493}
3494
3495struct ggml_tensor * ggml_cont_4d(
3496 struct ggml_context * ctx,

Callers 12

buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
altup_correctMethod · 0.85
build_layer_attnMethod · 0.85
build_qkvzMethod · 0.85

Calls 1

ggml_cont_4dFunction · 0.85

Tested by

no test coverage detected