ggml_print_objects method

void ggml_print_objects(
  1. Pointer<ggml_context> ctx
)

Implementation

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