mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-05-05 18:18:12 +00:00
4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
#include "common.cuh"
|
|
|
|
void ggml_cuda_argmax(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
|