Skip to content

Commit 8ff9f1d

Browse files
author
Meir Shpilraien (Spielrein)
authored
Merge pull request #355 from RedisAI/llapi_fixes
registered TensorCreateByConcatenatingTensors and TensorCreateBySlicingTensor
2 parents 6c2db3f + ef55ba9 commit 8ff9f1d

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)