publish master branch snapshot, revision 9df5eb1f84e13a35720a918f88324561222ab114

This commit is contained in:
Alexey Suhov
2020-05-20 01:13:06 +03:00
parent 3ad0e4e434
commit f30dcc218c
2028 changed files with 577349 additions and 2404 deletions

View File

@@ -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