add missing GGML_OP_SUM_ROWS

This commit is contained in:
xaedes 2023-05-01 14:29:52 +02:00
parent c4539ede53
commit ba62c79bd5
No known key found for this signature in database
GPG key ID: 30030EDD817EA2B1

1
ggml.h
View file

@ -260,6 +260,7 @@ extern "C" {
GGML_OP_SQR,
GGML_OP_SQRT,
GGML_OP_SUM,
GGML_OP_SUM_ROWS,
GGML_OP_MEAN,
GGML_OP_REPEAT,
GGML_OP_ABS,