ggml_tallocr_alloc method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
void ggml_tallocr_alloc(
ffi.Pointer<ggml_tallocr> talloc,
ffi.Pointer<ggml_tensor> tensor,
) {
return _ggml_tallocr_alloc(
talloc,
tensor,
);
}