| ggml_scale_inplace | R Documentation |
Creates a graph node for in-place scaling: a * s
ggml_scale_inplace(ctx, a, s)
ctx |
GGML context |
a |
Input tensor (will be modified in-place) |
s |
Scalar value to multiply by |
View of tensor a with scaled values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.