\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()
| 3052 | //! \see setErrorRecorder() |
| 3053 | //! |
| 3054 | IErrorRecorder* getErrorRecorder() const noexcept |
| 3055 | { |
| 3056 | return mImpl->getErrorRecorder(); |
| 3057 | } |
| 3058 | |
| 3059 | //! |
| 3060 | //! \brief Synchronously execute inference a network. |
nothing calls this directly
no test coverage detected