ggml_swiglu_oai method
Pointer<ggml_tensor>
ggml_swiglu_oai(
- Pointer<
ggml_context> ctx, - Pointer<
ggml_tensor> a, - Pointer<
ggml_tensor> b, - double alpha,
- double limit,
Implementation
ffi.Pointer<ggml_tensor> ggml_swiglu_oai(
ffi.Pointer<ggml_context> ctx,
ffi.Pointer<ggml_tensor> a,
ffi.Pointer<ggml_tensor> b,
double alpha,
double limit,
) {
return _ggml_swiglu_oai(
ctx,
a,
b,
alpha,
limit,
);
}