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

Function ggml_cont_inplace

ggml.c:4421–4425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4419}
4420
4421struct ggml_tensor * ggml_cont_inplace(
4422 struct ggml_context * ctx,
4423 struct ggml_tensor * a) {
4424 return ggml_cont_impl(ctx, a, true);
4425}
4426
4427// make contiguous, with new shape
4428GGML_API struct ggml_tensor * ggml_cont_1d(

Callers

nothing calls this directly

Calls 1

ggml_cont_implFunction · 0.70

Tested by

no test coverage detected