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

Function getErrorRecorder

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

2352 //! \see setErrorRecorder()
2353 //!
2354 IErrorRecorder* getErrorRecorder() const noexcept
2355 {
2356 return mImpl->getErrorRecorder();
2357 }
2358
2359 //!
2360 //! \brief Query whether the engine was built with an implicit batch dimension.

Callers

nothing calls this directly

Calls 1

getErrorRecorderMethod · 0.45

Tested by

no test coverage detected