ggml_backend_tensor_memset function
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<ggml_tensor>, ffi.Uint8, ffi.Size, ffi.Size)
>()
external void ggml_backend_tensor_memset(
ffi.Pointer<ggml_tensor> tensor,
int value,
int offset,
int size,
);