ggml.h: correct ggml_silu_back arg docstring (a=dy, b=x) (ggml/1500)
This commit is contained in:
parent
3583e35e0d
commit
e78e693017
|
|
@ -1189,8 +1189,8 @@ extern "C" {
|
||||||
struct ggml_context * ctx,
|
struct ggml_context * ctx,
|
||||||
struct ggml_tensor * a);
|
struct ggml_tensor * a);
|
||||||
|
|
||||||
// a - x
|
// a - dy
|
||||||
// b - dy
|
// b - x
|
||||||
GGML_API struct ggml_tensor * ggml_silu_back(
|
GGML_API struct ggml_tensor * ggml_silu_back(
|
||||||
struct ggml_context * ctx,
|
struct ggml_context * ctx,
|
||||||
struct ggml_tensor * a,
|
struct ggml_tensor * a,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue