ggml-zdnn.h 256 B

12345678910111213141516
  1. #pragma once
  2. #include "ggml.h"
  3. #include "ggml-backend.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. GGML_BACKEND_API ggml_backend_t ggml_backend_zdnn_init(void);
  8. GGML_BACKEND_API ggml_backend_reg_t ggml_backend_zdnn_reg(void);
  9. #ifdef __cplusplus
  10. }
  11. #endif