| ggml_rms_norm_back | R Documentation |
Creates a graph node for backward pass of RMS normalization. Used in training for computing gradients.
ggml_rms_norm_back(ctx, a, b, eps = 1e-05)
ctx |
GGML context |
a |
Input tensor (x from forward pass) |
b |
Gradient tensor (dy) |
eps |
Epsilon for numerical stability (default 1e-5) |
Tensor representing the gradient with respect to input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.