ggml_get_no_alloc method
Implementation
bool ggml_get_no_alloc(
ffi.Pointer<ggml_context> ctx,
) {
return _ggml_get_no_alloc(
ctx,
);
}
bool ggml_get_no_alloc(
ffi.Pointer<ggml_context> ctx,
) {
return _ggml_get_no_alloc(
ctx,
);
}