| 2956 | } |
| 2957 | |
| 2958 | struct ggml_tensor * ggml_swiglu_split( |
| 2959 | struct ggml_context * ctx, |
| 2960 | struct ggml_tensor * a, |
| 2961 | struct ggml_tensor * b) { |
| 2962 | return ggml_glu_impl(ctx, a, b, GGML_GLU_OP_SWIGLU, false); |
| 2963 | } |
| 2964 | |
| 2965 | // ggml_geglu_erf |
| 2966 |
no test coverage detected