From d3aaf0876afec3fc3ec466daa73f08e787861ac2 Mon Sep 17 00:00:00 2001 From: xaedes Date: Sat, 9 Sep 2023 18:47:27 +0200 Subject: [PATCH] add comment briefly describing what ggml_repeat_back does --- ggml.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml.h b/ggml.h index 0d38a7110..20e67f4fd 100644 --- a/ggml.h +++ b/ggml.h @@ -836,6 +836,7 @@ extern "C" { struct ggml_tensor * a, struct ggml_tensor * b); + // sums repetitions in a into shape of b GGML_API struct ggml_tensor * ggml_repeat_back( struct ggml_context * ctx, struct ggml_tensor * a,