We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb2708 commit bb7b010Copy full SHA for bb7b010
src/redisai.h
@@ -41,7 +41,7 @@ long long MODULE_API_FUNC(RedisAI_TensorDim)(RAI_Tensor* t, int dim);
41
size_t MODULE_API_FUNC(RedisAI_TensorByteSize)(RAI_Tensor* t);
42
char* MODULE_API_FUNC(RedisAI_TensorData)(RAI_Tensor* t);
43
44
-RAI_Model* MODULE_API_FUNC(RedisAI_ModelCreate)(RAI_Backend backend, int device,
+RAI_Model* MODULE_API_FUNC(RedisAI_ModelCreate)(int backend, int device,
45
size_t ninputs, const char **inputs,
46
size_t noutputs, const char **outputs,
47
const char *modeldef, size_t modellen, RAI_Error* err);
0 commit comments