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

Function ggml_cont_2d

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

Source from the content-addressed store, hash-verified

3476}
3477
3478GGML_API struct ggml_tensor * ggml_cont_2d(
3479 struct ggml_context * ctx,
3480 struct ggml_tensor * a,
3481 int64_t ne0,
3482 int64_t ne1) {
3483 return ggml_cont_4d(ctx, a, ne0, ne1, 1, 1);
3484}
3485
3486GGML_API struct ggml_tensor * ggml_cont_3d(
3487 struct ggml_context * ctx,

Callers 11

build_attnMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
build_attn_mhaMethod · 0.85
cpy_vMethod · 0.85
build_layer_attnMethod · 0.85
llm_build_kqvMethod · 0.85

Calls 1

ggml_cont_4dFunction · 0.85

Tested by 1

llm_build_kqvMethod · 0.68