ggml_set_no_alloc method

void ggml_set_no_alloc(
  1. Pointer<ggml_context> ctx,
  2. bool no_alloc
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

void ggml_set_no_alloc(ffi.Pointer<ggml_context> ctx, bool no_alloc) {
  return _ggml_set_no_alloc(ctx, no_alloc);
}