publish master branch snapshot, revision 9df5eb1f84e13a35720a918f88324561222ab114
This commit is contained in:
@@ -113,7 +113,7 @@ class StridedSlice(Op):
|
||||
len(out_shape), list(old_value),
|
||||
int(i_port.idx == 3)))
|
||||
# set_value additionally set_shape and propagate value to Const node
|
||||
if np.all(new_value != old_value):
|
||||
if not np.array_equal(new_value, old_value):
|
||||
i_port.data.set_value(new_value)
|
||||
|
||||
# extend masks before removing ellipsis
|
||||
|
||||
Reference in New Issue
Block a user