ggml_geglu_erf_swapped function
- @Native<Pointer<
ggml_tensor> Function(Pointer<ggml_context> , Pointer<ggml_tensor> )>(ffi.Pointer<ggml_context>, ffi.Pointer<ggml_tensor>)>()
- Pointer<
ggml_context> ctx, - Pointer<
ggml_tensor> a
Implementation
@ffi.Native<
ffi.Pointer<ggml_tensor> Function(
ffi.Pointer<ggml_context>,
ffi.Pointer<ggml_tensor>,
)
>()
external ffi.Pointer<ggml_tensor> ggml_geglu_erf_swapped(
ffi.Pointer<ggml_context> ctx,
ffi.Pointer<ggml_tensor> a,
);