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

Method setDimensions

include/NvInfer.h:5863–5866  ·  view source on GitHub ↗

\brief Set the output tensor's dimensions. \param dimensions The output tensor's dimensions. If the first input had been used to create this layer, that input is reset to null by this method. \see getDimensions

Source from the content-addressed store, hash-verified

5861 //! \see getDimensions
5862 //
5863 void setDimensions(Dims dimensions) noexcept
5864 {
5865 mImpl->setDimensions(dimensions);
5866 }
5867
5868 //!
5869 //! \brief Get the output tensor's dimensions.

Callers

nothing calls this directly

Calls 1

setDimensionsMethod · 0.45

Tested by

no test coverage detected