Update tf_generated_ops.td
This commit is contained in:
parent
a39ac9de5f
commit
4d7aadeda1
|
@ -8654,8 +8654,8 @@ strides = [1, 1, x, x, -1, 1]
|
|||
begin_mask = 1<<4 | 1<<5 = 48
|
||||
end_mask = 1<<5 = 32
|
||||
ellipsis_mask = 1<<3 = 8
|
||||
new_axis_mask = 1<<2 4
|
||||
shrink_axis_mask = 1<<0
|
||||
new_axis_mask = 1<<2 = 4
|
||||
shrink_axis_mask = 1<<0 = 1
|
||||
```
|
||||
|
||||
In this case if `foo.shape` is (5, 5, 5, 5, 5, 5) the final shape of
|
||||
|
|
Loading…
Reference in New Issue