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

Function ggml_conv_2d_s1_ph

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

Source from the content-addressed store, hash-verified

4629// ggml_conv_2d_s1_ph
4630
4631struct ggml_tensor * ggml_conv_2d_s1_ph(
4632 struct ggml_context * ctx,
4633 struct ggml_tensor * a,
4634 struct ggml_tensor * b) {
4635 return ggml_conv_2d(ctx, a, b, 1, 1, a->ne[0] / 2, a->ne[1] / 2, 1, 1);
4636}
4637
4638// ggml_conv_2d_dw
4639

Callers

nothing calls this directly

Calls 1

ggml_conv_2dFunction · 0.85

Tested by

no test coverage detected