ggml/ex: calculate accuracy in graph, adapt MNIST (ggml/980)

This commit is contained in:
Johannes Gäßler
2024-10-03 21:17:26 +03:00
committed by Georgi Gerganov
parent eee39bdc96
commit fabdc3bda3
11 changed files with 389 additions and 8 deletions
+3
View File
@@ -0,0 +1,3 @@
#include "common.cuh"
void ggml_cuda_argmax(ggml_backend_cuda_context & ctx, ggml_tensor * dst);