whisper_bench_memcpy method

int whisper_bench_memcpy(
  1. int n_threads
)

Temporary helpers needed for exposing ggml interface

Implementation

int whisper_bench_memcpy(
  int n_threads,
) {
  return _whisper_bench_memcpy(
    n_threads,
  );
}