| ggml_glu_split | R Documentation |
Creates a graph node for GLU with separate input and gate tensors. Unlike standard GLU which splits a single tensor, this takes two separate tensors.
ggml_glu_split(ctx, a, b, op)
ctx |
GGML context |
a |
Input tensor (the values to be gated) |
b |
Gate tensor (same shape as a) |
op |
GLU operation type (GGML_GLU_OP_REGLU, GGML_GLU_OP_GEGLU, etc.) |
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.