avoid ggml_conv_3d conflict

This commit is contained in:
leejet
2025-08-30 03:28:07 +08:00
parent d30e07dbb3
commit df05913bc4
3 changed files with 5 additions and 5 deletions

View File

@@ -1977,7 +1977,7 @@ extern "C" {
int d0, // dilation dimension 0
int d1); // dilation dimension 1
GGML_API struct ggml_tensor * ggml_conv_3d(
GGML_API struct ggml_tensor * ggml_conv_3d_direct(
struct ggml_context * ctx,
struct ggml_tensor * a, // kernel [KW, KH, KD, IC * OC]
struct ggml_tensor * b, // input [W, H, D, C * N]