I'm trying to use Intel Onedal (https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onedal.html) to do some machine leaning training/inference. Based on the source code I found in github, it seems that all the code is in C++. However it seems that this project is supposed to provide C header/binding, that I'm interested in.
So, do these header exist somewhere? I couldn't find them. At the same time, there exist a python wrapper for this lib, so I think it must use the C binding to access the native lib