[quote="heliqi, post:6, topic:5889"] ```
``` When have an ‘end_v < begin_v error’ , it still seems to throw [/quote] In this case, same change need to be made for relay: ```CHECK_LT(begin_v, end_v)``` -> ```CHECK_LE(begin_v, end_v)``` --- [Visit Topic](https://discuss.tvm.ai/t/can-slice-from-relay-support-empty-result/5889/7) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/fc044dc1452531b1b77cb8da89a49c54689e625df0f9cca3a82febec5ae09eb4).