ggml : add n_as argument to ggml_mul_mat_id
This commit is contained in:
parent
7372b62271
commit
ee8fb399aa
6 changed files with 17 additions and 14 deletions
1
ggml.h
1
ggml.h
|
@ -1052,6 +1052,7 @@ extern "C" {
|
|||
GGML_API struct ggml_tensor * ggml_mul_mat_id(
|
||||
struct ggml_context * ctx,
|
||||
struct ggml_tensor * as[],
|
||||
int n_as,
|
||||
struct ggml_tensor * ids,
|
||||
int id,
|
||||
struct ggml_tensor * b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue