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

Method setDimensions

include/NvInfer.h:4776–4779  ·  view source on GitHub ↗

\brief Set the dimensions for the layer. \param dimensions The dimensions of the layer \see setDimensions

Source from the content-addressed store, hash-verified

4774 //! \see setDimensions
4775 //!
4776 void setDimensions(Dims dimensions) noexcept
4777 {
4778 mImpl->setDimensions(dimensions);
4779 }
4780
4781 //!
4782 //! \brief Get the dimensions for the layer.

Callers

nothing calls this directly

Calls 1

setDimensionsMethod · 0.45

Tested by

no test coverage detected