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 cfc4167 commit 58c6c4aCopy full SHA for 58c6c4a
src/serialization/RDB/decoder/current/v1/decode_v1.c
@@ -55,7 +55,7 @@ void *RAI_RDBLoadTensor_v1(RedisModuleIO *io) {
55
.dtype = dtype,
56
.shape = shape,
57
.strides = strides,
58
- .byte_offset = 0},
+ .byte_offset = byte_offset},
59
.manager_ctx = NULL,
60
.deleter = NULL};
61
ret->refCount = 1;
src/serialization/RDB/decoder/previous/v0/decode_v0.c
@@ -48,7 +48,7 @@ void *RAI_RDBLoadTensor_v0(RedisModuleIO *io) {
48
49
50
51
52
53
54
0 commit comments