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

Method getErrorRecorder

include/NvInferRuntime.h:766–769  ·  view source on GitHub ↗

\brief get the ErrorRecorder assigned to this interface. Retrieves the assigned error recorder object for the given class. A nullptr will be returned if an error handler has not been set. \return A pointer to the IErrorRecorder object that has been registered. \see setErrorRecorder()

Source from the content-addressed store, hash-verified

764 //! \see setErrorRecorder()
765 //!
766 IErrorRecorder* getErrorRecorder() const noexcept
767 {
768 return mImpl->getErrorRecorder();
769 }
770
771 //!
772 //! \brief Deserialize an engine from a stream.

Callers 4

getErrorRecorderMethod · 0.45
getErrorRecorderFunction · 0.45
getErrorRecorderMethod · 0.45
getErrorRecorderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected