ggml_reset method

void ggml_reset(
  1. Pointer<ggml_context> ctx
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

void ggml_reset(ffi.Pointer<ggml_context> ctx) {
  return _ggml_reset(ctx);
}