ggml_set_no_alloc function

  1. @Native<Void Function(Pointer<ggml_context>, Bool)>(ffi.Pointer<ggml_context>, ffi.Bool)>()
void ggml_set_no_alloc(
  1. Pointer<ggml_context> ctx,
  2. 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,
);