TensorRT Python: Will subtensor/slicing operation be supported in the future?

Hi,

As a basic operation, subtensor/slicing is quite common in some new models. For example in numpy we can do like this:

a = b[1:5]

Will it be supported in the future in TensorRT Python API?