ggml_set_no_alloc function
- @Native<Void Function(Pointer<
ggml_context> , Bool)>(ffi.Pointer<ggml_context>, ffi.Bool)>()
- Pointer<
ggml_context> ctx, - bool no_alloc
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ggml_context>, ffi.Bool)>()
external void ggml_set_no_alloc(
ffi.Pointer<ggml_context> ctx,
bool no_alloc,
);