ggml.h: correct ggml_silu_back arg docstring (a=dy, b=x) (ggml/1500)
This commit is contained in:
committed by
Georgi Gerganov
parent
fa97041524
commit
b251f74f49
+2
-2
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user