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

Function ggml_cont_1d

ggml.c:4428–4433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4426
4427// make contiguous, with new shape
4428GGML_API struct ggml_tensor * ggml_cont_1d(
4429 struct ggml_context * ctx,
4430 struct ggml_tensor * a,
4431 int64_t ne0) {
4432 return ggml_cont_4d(ctx, a, ne0, 1, 1, 1);
4433}
4434
4435GGML_API struct ggml_tensor * ggml_cont_2d(
4436 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_cont_4dFunction · 0.70

Tested by

no test coverage detected