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 6c2db3f commit ef55ba9Copy full SHA for ef55ba9
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