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.
2 parents 6c2db3f + ef55ba9 commit 8ff9f1dCopy full SHA for 8ff9f1d
src/redisai.c
@@ -1189,6 +1189,8 @@ static int RedisAI_RegisterApi(RedisModuleCtx* ctx) {
1189
REGISTER_API(GetLLAPIVersion, ctx);
1190
1191
REGISTER_API(TensorCreate, ctx);
1192
+ REGISTER_API(TensorCreateByConcatenatingTensors, ctx);
1193
+ REGISTER_API(TensorCreateBySlicingTensor, ctx);
1194
REGISTER_API(TensorDataSize, ctx);
1195
REGISTER_API(TensorFree, ctx);
1196
REGISTER_API(TensorSetData, ctx);
0 commit comments