summaryrefslogtreecommitdiff
path: root/ggml.h
diff options
context:
space:
mode:
Diffstat (limited to 'ggml.h')
-rw-r--r--ggml.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ggml.h b/ggml.h
index afc87b84..e0a4799f 100644
--- a/ggml.h
+++ b/ggml.h
@@ -1495,7 +1495,8 @@ extern "C" {
int p1,
int d0,
int d1,
- bool is_2D);
+ bool is_2D,
+ enum ggml_type dst_type);
GGML_API struct ggml_tensor * ggml_conv_depthwise_2d(
struct ggml_context * ctx,