ggml_new_buffer function
Implementation
@ffi.Native<
ffi.Pointer<ffi.Void> Function(ffi.Pointer<ggml_context>, ffi.Size)
>()
external ffi.Pointer<ffi.Void> ggml_new_buffer(
ffi.Pointer<ggml_context> ctx,
int nbytes,
);
@ffi.Native<
ffi.Pointer<ffi.Void> Function(ffi.Pointer<ggml_context>, ffi.Size)
>()
external ffi.Pointer<ffi.Void> ggml_new_buffer(
ffi.Pointer<ggml_context> ctx,
int nbytes,
);