MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_cont_2d

Function ggml_cont_2d

ggml.c:4435–4441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4433}
4434
4435GGML_API struct ggml_tensor * ggml_cont_2d(
4436 struct ggml_context * ctx,
4437 struct ggml_tensor * a,
4438 int64_t ne0,
4439 int64_t ne1) {
4440 return ggml_cont_4d(ctx, a, ne0, ne1, 1, 1);
4441}
4442
4443GGML_API struct ggml_tensor * ggml_cont_3d(
4444 struct ggml_context * ctx,

Callers 1

llm_build_kqvFunction · 0.70

Calls 1

ggml_cont_4dFunction · 0.70

Tested by

no test coverage detected