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

Function ggml_upscale

ggml.c:5575–5580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5573}
5574
5575struct ggml_tensor * ggml_upscale(
5576 struct ggml_context * ctx,
5577 struct ggml_tensor * a,
5578 int scale_factor) {
5579 return ggml_upscale_impl(ctx, a, scale_factor);
5580}
5581
5582// ggml_flash_attn
5583

Callers

nothing calls this directly

Calls 1

ggml_upscale_implFunction · 0.70

Tested by

no test coverage detected