ggml_print_object method
Implementation
void ggml_print_object(
ffi.Pointer<ggml_object> obj,
) {
return _ggml_print_object(
obj,
);
}
void ggml_print_object(
ffi.Pointer<ggml_object> obj,
) {
return _ggml_print_object(
obj,
);
}