| 2884 | } |
| 2885 | |
| 2886 | struct ggml_tensor * ggml_glu( |
| 2887 | struct ggml_context * ctx, |
| 2888 | struct ggml_tensor * a, |
| 2889 | enum ggml_glu_op op, |
| 2890 | bool swapped) { |
| 2891 | return ggml_glu_impl(ctx, a, NULL, op, swapped); |
| 2892 | } |
| 2893 | |
| 2894 | struct ggml_tensor * ggml_glu_split( |
| 2895 | struct ggml_context * ctx, |