File size: 259 Bytes
1cf2abd
 
 
 
 
1
2
3
4
5
6
// https://github.com/cmp-nct/ggllm.cpp/blob/master/ggml.h

GGML_API struct ggml_tensor* ggml_repeat2(struct ggml_context* ctx,
                                          struct ggml_tensor* a,
                                          struct ggml_tensor* b);