ggml_get_no_alloc method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
bool ggml_get_no_alloc(
ffi.Pointer<ggml_context> ctx,
) {
return _ggml_get_no_alloc(
ctx,
);
}