test: fix OPT_STEP_ADAMW for test-backend-ops (ggml/974)
This commit is contained in:
parent
cb00020504
commit
e98c1c188e
3 changed files with 11 additions and 5 deletions
|
@ -2052,6 +2052,7 @@ extern "C" {
|
|||
GGML_API struct ggml_tensor * ggml_opt_step_adamw(
|
||||
struct ggml_context * ctx,
|
||||
struct ggml_tensor * a,
|
||||
struct ggml_tensor * grad,
|
||||
float alpha,
|
||||
float beta1,
|
||||
float beta2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue