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

Function ggml_upscale_ext

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

Source from the content-addressed store, hash-verified

4943}
4944
4945struct ggml_tensor * ggml_upscale_ext(
4946 struct ggml_context * ctx,
4947 struct ggml_tensor * a,
4948 int ne0,
4949 int ne1,
4950 int ne2,
4951 int ne3,
4952 enum ggml_scale_mode mode) {
4953 return ggml_interpolate_impl(ctx, a, ne0, ne1, ne2, ne3, mode);
4954}
4955
4956struct ggml_tensor * ggml_interpolate(
4957 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_interpolate_implFunction · 0.85

Tested by

no test coverage detected