TensorRT
TensorRT copied to clipboard
FirstTranspose and SecondTranspose
Difference between firstTranspose and SecondTranspose?
Can you elaborate on your question?
A ShuffleLayer in TRT actually does three things in sequence: FirstTranspose + Reshape + SecondTranspose. This is just for convenience because you can then run Transpose+Reshape or Reshape+Transpose with a single ShuffleLayer.
Does this answer your question?
Closing since no activity for more than 3 weeks, please reopen if you still have question, thanks!