ggml-zdnn.h 292 B

1234567891011121314151617
  1. #pragma once
  2. #include "ggml.h"
  3. #include "ggml-backend.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. // device buffer
  8. GGML_BACKEND_API ggml_backend_buffer_type_t ggml_backend_zdnn_buffer_type(void);
  9. GGML_BACKEND_API ggml_backend_reg_t ggml_backend_zdnn_reg(void);
  10. #ifdef __cplusplus
  11. }
  12. #endif