| ggml_silu_back | R Documentation |
Computes the backward pass for SiLU (Swish) activation. Used during training for gradient computation.
ggml_silu_back(ctx, a, b)
ctx |
GGML context |
a |
Forward input tensor |
b |
Gradient tensor from upstream |
Gradient tensor for the input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.