| ggml_sub_inplace | R Documentation |
Creates a graph node for in-place element-wise subtraction. Result is stored in tensor a, saving memory allocation.
ggml_sub_inplace(ctx, a, b)
ctx |
GGML context |
a |
First tensor (will be modified in-place) |
b |
Second tensor (same shape as a) |
View of tensor a with the subtraction result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.