ML610's picture
Upload 515 files
1cf2abd
raw
history blame
259 Bytes
// 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);