does jetson tx2 need to install tensorrt samples saperately?

I run ubuntu 16.04 on jetson tx2 and use jetpack to install tensorrt. when I use python, such as import tensorrt as trt, it says no module named tensorrt. I try apt-get install tensorrt and could not find any example under python2.7/dist-package/tensorrt or python2.7/site-package. would I miss some steps? Hope any one could help me

Hi shconan, the TensorRT Python API is not currently supported on Jetson in the JetPack 3.2 Developer Preview.

You should be able to find the TensorRT C++ samples located at /usr/src/tensorrt/samples

thanks a lot. I find c++ samples and wander if there were python API. I would use c++ instead