It seems that in TE,the index operator [ ] is not same as [ ] in numpy. When I use A[:1000] (A is a te.Tensor), I get a TensorSlice object ,but I want a Tensor. So can anyone tell me how to use TensorSlice, or how can I get the same [ ] index method just like numpy? much thanks