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

Method setFirstTranspose

include/NvInfer.h:4020–4023  ·  view source on GitHub ↗

\brief Set the permutation applied by the first transpose operation. \param permutation The dimension permutation applied before the reshape. The default is the identity permutation. \see getFirstTranspose

Source from the content-addressed store, hash-verified

4018 //! \see getFirstTranspose
4019 //!
4020 void setFirstTranspose(Permutation permutation) noexcept
4021 {
4022 mImpl->setFirstTranspose(permutation);
4023 }
4024
4025 //!
4026 //! \brief Get the permutation applied by the first transpose operation.

Callers 1

parsePermuteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected