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

Function ggml_interpolate

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

Source from the content-addressed store, hash-verified

4954}
4955
4956struct ggml_tensor * ggml_interpolate(
4957 struct ggml_context * ctx,
4958 struct ggml_tensor * a,
4959 int64_t ne0,
4960 int64_t ne1,
4961 int64_t ne2,
4962 int64_t ne3,
4963 uint32_t mode) {
4964 return ggml_interpolate_impl(ctx, a, ne0, ne1, ne2, ne3, mode);
4965}
4966
4967// ggml_pad
4968

Callers 3

build_graphMethod · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_interpolate_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68