summaryrefslogtreecommitdiff
path: root/ggml/include/ggml.h
diff options
context:
space:
mode:
Diffstat (limited to 'ggml/include/ggml.h')
-rw-r--r--ggml/include/ggml.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ggml/include/ggml.h b/ggml/include/ggml.h
index 0a14ba57..67551eb2 100644
--- a/ggml/include/ggml.h
+++ b/ggml/include/ggml.h
@@ -628,7 +628,6 @@ extern "C" {
GGML_OP_WIN_UNPART,
GGML_OP_GET_REL_POS,
GGML_OP_ADD_REL_POS,
-
GGML_OP_UNARY,
GGML_OP_MAP_UNARY,
@@ -644,7 +643,6 @@ extern "C" {
GGML_OP_CROSS_ENTROPY_LOSS,
GGML_OP_CROSS_ENTROPY_LOSS_BACK,
-
GGML_OP_COUNT,
};
@@ -1130,6 +1128,7 @@ extern "C" {
struct ggml_context * ctx,
struct ggml_tensor * a);
+
// if a is the same shape as b, and a is not parameter, return a
// otherwise, return a new tensor: repeat(a) to fit in b
GGML_API struct ggml_tensor * ggml_repeat(