add ggml_add1_inplace to header

This commit is contained in:
xaedes 2023-05-20 14:47:56 +02:00
parent 08a330a136
commit a6aafdd719
No known key found for this signature in database
GPG key ID: 30030EDD817EA2B1

5
ggml.h
View file

@ -520,6 +520,11 @@ extern "C" {
struct ggml_tensor * a,
struct ggml_tensor * b);
GGML_API struct ggml_tensor * ggml_add1_inplace(
struct ggml_context * ctx,
struct ggml_tensor * a,
struct ggml_tensor * b);
GGML_API struct ggml_tensor * ggml_acc(
struct ggml_context * ctx,
struct ggml_tensor * a,