ggml_print_objects function

  1. @Native<Void Function(Pointer<ggml_context>)>(ffi.Pointer<ggml_context>)>()
void ggml_print_objects(
  1. Pointer<ggml_context> ctx
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ggml_context>)>()
external void ggml_print_objects(
  ffi.Pointer<ggml_context> ctx,
);