Skip to content

Commit ef55ba9

Browse files
author
meir@redislabs.com
committed
registered TensorCreateByConcatenatingTensors and TensorCreateBySlicingTensor
1 parent 6c2db3f commit ef55ba9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/redisai.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,8 @@ static int RedisAI_RegisterApi(RedisModuleCtx* ctx) {
11891189
REGISTER_API(GetLLAPIVersion, ctx);
11901190

11911191
REGISTER_API(TensorCreate, ctx);
1192+
REGISTER_API(TensorCreateByConcatenatingTensors, ctx);
1193+
REGISTER_API(TensorCreateBySlicingTensor, ctx);
11921194
REGISTER_API(TensorDataSize, ctx);
11931195
REGISTER_API(TensorFree, ctx);
11941196
REGISTER_API(TensorSetData, ctx);

0 commit comments

Comments
 (0)