strided_slice_bp shape fn leak fix

Signed-off-by: raver119 <raver119@gmail.com>
This commit is contained in:
raver119 2019-07-24 17:11:29 +03:00 committed by AlexDBlack
parent ac1fc1a27a
commit ce0743da17

View File

@ -640,7 +640,7 @@ namespace nd4j {
Nd4jLong *newShape;
COPY_SHAPE(inShape, newShape);
return SHAPELIST(newShape);
return SHAPELIST(CONSTANT(newShape));
}
DECLARE_TYPES(strided_slice) {