TensorRT specify layer NCHW -> NHWC

Hi,

You can add a permute layer between input the the rest of the network:
[url]https://github.com/intel/caffe/blob/master/src/caffe/layers/permute_layer.cpp[/url]

Thanks.