Files
ollama37/ml/backend/ggml/ggml/include/ollama-debug.h
2025-03-11 14:49:19 -07:00

12 lines
155 B
C
Vendored

#include "ggml.h"
#ifdef __cplusplus
extern "C" {
#endif
void ollama_debug(const struct ggml_tensor *tensor, bool verbose);
#ifdef __cplusplus
}
#endif