Support unsigned indices in DynamicSlice and DynamicUpdateSlice.
For unsigned indices, we need to use unsigned comparisons when clamping the start_indices. This CL also adds regression tests for DynamicSlice and DynamicUpdateSlice. PiperOrigin-RevId: 204260644
Loading
Please sign in to comment