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

Method getEngineInformation

include/NvInferRuntime.h:3675–3678  ·  view source on GitHub ↗

\brief Get a string describing the information about all the layers in the current engine or the execution context. \param format the format the layer information should be printed in. \return A null-terminated C-style string describing the information about all the layers in the current engine or the execution context. \warning The content of the returned string may change when another executi

Source from the content-addressed store, hash-verified

3673 //! \see LayerInformationFormat
3674 //!
3675 char const* getEngineInformation(LayerInformationFormat format) const noexcept
3676 {
3677 return mImpl->getEngineInformation(format);
3678 }
3679
3680 //!
3681 //! \brief Set the ErrorRecorder for this interface

Callers 1

getLayerInformationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected