add comment briefly describing what ggml_repeat_back does

This commit is contained in:
xaedes 2023-09-09 18:47:27 +02:00
parent 9738526899
commit d3aaf0876a
No known key found for this signature in database
GPG key ID: 30030EDD817EA2B1

1
ggml.h
View file

@ -836,6 +836,7 @@ extern "C" {
struct ggml_tensor * a, struct ggml_tensor * a,
struct ggml_tensor * b); struct ggml_tensor * b);
// sums repetitions in a into shape of b
GGML_API struct ggml_tensor * ggml_repeat_back( GGML_API struct ggml_tensor * ggml_repeat_back(
struct ggml_context * ctx, struct ggml_context * ctx,
struct ggml_tensor * a, struct ggml_tensor * a,