| ggml_reglu_split | R Documentation |
Creates a graph node for ReGLU with separate input and gate tensors.
ggml_reglu_split(ctx, a, b)
ctx |
GGML context |
a |
Input tensor (the values to be gated) |
b |
Gate tensor (same shape as a) |
Formula: output = ReLU(a) * b
Tensor with same shape as input tensors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.