1
0

ggml-zdnn.h 193 B

1234567891011121314
  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_reg_t ggml_backend_zdnn_reg(void);
  8. #ifdef __cplusplus
  9. }
  10. #endif