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

Function ggml_pad_circular

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

Source from the content-addressed store, hash-verified

4979// ggml_pad_circular
4980
4981struct ggml_tensor * ggml_pad_circular(
4982 struct ggml_context * ctx,
4983 struct ggml_tensor * a,
4984 int p0,
4985 int p1,
4986 int p2,
4987 int p3) {
4988 return ggml_pad_ext_circular(ctx, a, 0, p0, 0, p1, 0, p2, 0, p3);
4989}
4990
4991struct ggml_tensor * ggml_pad_ext(
4992 struct ggml_context * ctx,

Callers 1

build_graphMethod · 0.85

Calls 1

ggml_pad_ext_circularFunction · 0.85

Tested by 1

build_graphMethod · 0.68