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

Method getDimensions

include/NvInfer.h:4788–4791  ·  view source on GitHub ↗

\brief Get the dimensions for the layer. \return the dimensions for the layer \see getDimensions

Source from the content-addressed store, hash-verified

4786 //! \see getDimensions
4787 //!
4788 Dims getDimensions() const noexcept
4789 {
4790 return mImpl->getDimensions();
4791 }
4792
4793protected:
4794 apiv::VConstantLayer* mImpl;

Callers

nothing calls this directly

Calls 1

getDimensionsMethod · 0.45

Tested by

no test coverage detected