-
### bug描述 Describe the Bug
### 描述
在使用Paddle(飞桨)项目的C API时,我注意到`PD_PredictorRun`函数的实现并没有正确处理C++中可能抛出的异常。根据C和C++编程标准,从C++代码调用C风格API时,应该保证C++异常不会传播到C代码中。然而,在`PD_PredictorRun`函数的实现中,并未看到对可能抛出的C++异常(如`p…
-
https://github.com/SerhiiKryvokin/hashcode-2018-Self-driving-rides/issues/8
-
The current C API is implemented in terms of the C++ API, but I think it would be better to invert that layering:
- The C API is the only interface defined between users and runtimes.
- Define a C++…
-
At the moment, Natlink must be compiled for each minor 32-bit version of Python. It has been a pain-point getting the right PYD file loaded. I wonder if it might be worthwhile to use Python's limite…
-
Any chance of getting one for this library? I'm using another language and can only interface with C.
-
Criar API para verificação de conta já cadastrada.
**Caso sim:** Retornará a mensagem: CPF e/ou E-mail já cadastrado, caso tenha esquecido a senha favor recuperá-la.
**Caso não:** Permitir criação d…
-
Sorry for dumb question. When I follow the instructions [here](https://github.com/facebookresearch/faiss/blob/main/INSTALL.md#step-1-invoking-cmake) with `-DFAISS_ENABLE_C_API=ON`, I obtain `libfaiss_…
-
The SDL Sensor API in Android currently uses `ASensorManager_getInstance()` to initialize sensors. However, this function has been deprecated since API level 26 and replaced with `ASensorManager_getIn…
-
do you want to participate in our [c-api](https://github.com/ktye/i/blob/master/%2B/k.h)?
ngn and i designed an api, that could be implemented by any k backend.
then extension libraries can be share…
-
Is there a C API for SSDB?