Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
natasa365/whisper.cpp
Xenobd
/
whisper.cpp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6c8a230
whisper.cpp
/
ggml
/
include
/
ggml-zdnn.h
taronaeo
ggml: initial IBM zDNN backend (llama/14975)
449e1a4
8 months ago
raw
Copy download link
history
blame
256 Bytes
#
pragma
once
#
include
"ggml.h"
#
include
"ggml-backend.h"
#
ifdef
__cplusplus
extern
"C"
{
#
endif
GGML_BACKEND_API
ggml_backend_t
ggml_backend_zdnn_init
(
void
)
;
GGML_BACKEND_API
ggml_backend_reg_t
ggml_backend_zdnn_reg
(
void
)
;
#
ifdef
__cplusplus
}
#
endif