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

Function ggml_cont

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

Source from the content-addressed store, hash-verified

3462}
3463
3464struct ggml_tensor * ggml_cont(
3465 struct ggml_context * ctx,
3466 struct ggml_tensor * a) {
3467 return ggml_cont_impl(ctx, a);
3468}
3469
3470// make contiguous, with new shape
3471GGML_API struct ggml_tensor * ggml_cont_1d(

Callers 15

merge_tensorMethod · 0.85
build_vitMethod · 0.85
build_inpMethod · 0.85
build_attnMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
rms_norm_2dMethod · 0.85
build_mobilenet_attnMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85

Calls 1

ggml_cont_implFunction · 0.85

Tested by 4

build_graphMethod · 0.68
build_graphMethod · 0.68
build_graphMethod · 0.68
build_graphMethod · 0.68