MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / getFirstTranspose

Method getFirstTranspose

include/NvInfer.h:4032–4035  ·  view source on GitHub ↗

\brief Get the permutation applied by the first transpose operation. \return The dimension permutation applied before the reshape. \see setFirstTranspose

Source from the content-addressed store, hash-verified

4030 //! \see setFirstTranspose
4031 //!
4032 Permutation getFirstTranspose() const noexcept
4033 {
4034 return mImpl->getFirstTranspose();
4035 }
4036
4037 //!
4038 //! \brief Set the reshaped dimensions.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected