test_forward.py
55.2 KB
-
[Relay][Frontend][TFlite] Add parses support for SLICE (#4502) · 2327bb9f
* [Relay][Frontend][TFlite] Add parses support for SLICE * TFlite 1.13: convertor gives nonsense output when size[i]==-1 * TF parser: SLICE need fixing for size[i]==-1 -> gives wrong output bcs of indices * Set end[i] = input_tensor_shape[i] as suggested in PR review * Add another test to cover size=-1 case
Ina Dobreva committed