Skip to content

Commit bb7b010

Browse files
committed
Remove reference to RAI_Backend
1 parent 8cb2708 commit bb7b010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redisai.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ long long MODULE_API_FUNC(RedisAI_TensorDim)(RAI_Tensor* t, int dim);
4141
size_t MODULE_API_FUNC(RedisAI_TensorByteSize)(RAI_Tensor* t);
4242
char* MODULE_API_FUNC(RedisAI_TensorData)(RAI_Tensor* t);
4343

44-
RAI_Model* MODULE_API_FUNC(RedisAI_ModelCreate)(RAI_Backend backend, int device,
44+
RAI_Model* MODULE_API_FUNC(RedisAI_ModelCreate)(int backend, int device,
4545
size_t ninputs, const char **inputs,
4646
size_t noutputs, const char **outputs,
4747
const char *modeldef, size_t modellen, RAI_Error* err);

0 commit comments

Comments
 (0)