Update whisper.h to restore API name

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
pull/542/head
Takeshi Inoue 1 year ago committed by GitHub
parent 2aabf9b8ed
commit 5c3cbf4b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -383,10 +383,10 @@ extern "C" {
// Temporary helpers needed for exposing ggml interface
WHISPER_API int whisper_print_bench_memcpy(int n_threads);
WHISPER_API const char * whisper_bench_memcpy(int n_threads);
WHISPER_API int whisper_print_bench_ggml_mul_mat(int n_threads);
WHISPER_API const char * whisper_bench_ggml_mul_mat(int n_threads);
WHISPER_API int whisper_bench_memcpy(int n_threads);
WHISPER_API const char * whisper_bench_memcpy_str(int n_threads);
WHISPER_API int whisper_bench_ggml_mul_mat(int n_threads);
WHISPER_API const char * whisper_bench_ggml_mul_mat_str(int n_threads);
#ifdef __cplusplus
}

Loading…
Cancel
Save