ggml_print_objects method
Implementation
void ggml_print_objects(
ffi.Pointer<ggml_context> ctx,
) {
return _ggml_print_objects(
ctx,
);
}
void ggml_print_objects(
ffi.Pointer<ggml_context> ctx,
) {
return _ggml_print_objects(
ctx,
);
}