whisper_get_logits method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
ffi.Pointer<ffi.Float> whisper_get_logits(ffi.Pointer<whisper_context> ctx) {
  return _whisper_get_logits(ctx);
}