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

Method getDimensions

include/NvInfer.h:5878–5881  ·  view source on GitHub ↗

\brief Get the output tensor's dimensions. \return The output tensor's dimensions, or an invalid Dims structure. If the first input is present and non-null, this function returns a Dims with nbDims = -1. \see setDimensions

Source from the content-addressed store, hash-verified

5876 //! \see setDimensions
5877 //!
5878 Dims getDimensions() const noexcept
5879 {
5880 return mImpl->getDimensions();
5881 }
5882
5883 //!
5884 //! \brief Set the fill operation for the layer.

Callers

nothing calls this directly

Calls 1

getDimensionsMethod · 0.45

Tested by

no test coverage detected