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

Method getErrorRecorder

include/NvInferRuntime.h:3709–3712  ·  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

3707 //! \see setErrorRecorder()
3708 //!
3709 IErrorRecorder* getErrorRecorder() const noexcept
3710 {
3711 return mImpl->getErrorRecorder();
3712 }
3713
3714protected:
3715 apiv::VEngineInspector* mImpl;

Callers

nothing calls this directly

Calls 1

getErrorRecorderMethod · 0.45

Tested by

no test coverage detected