ggml_tallocr_alloc function
Implementation
ggml_status ggml_tallocr_alloc(
ffi.Pointer<ggml_tallocr> talloc,
ffi.Pointer<ggml_tensor> tensor,
) => ggml_status.fromValue(
_ggml_tallocr_alloc(
talloc,
tensor,
),
);
ggml_status ggml_tallocr_alloc(
ffi.Pointer<ggml_tallocr> talloc,
ffi.Pointer<ggml_tensor> tensor,
) => ggml_status.fromValue(
_ggml_tallocr_alloc(
talloc,
tensor,
),
);