add comment briefly describing what ggml_repeat_back does
This commit is contained in:
parent
9738526899
commit
d3aaf0876a
1 changed files with 1 additions and 0 deletions
1
ggml.h
1
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue