whisper_bench_ggml_mul_mat method

int whisper_bench_ggml_mul_mat(
  1. int n_threads
)

Implementation

int whisper_bench_ggml_mul_mat(
  int n_threads,
) {
  return _whisper_bench_ggml_mul_mat(
    n_threads,
  );
}