\brief Create an instance of an IRuntime class. \param logger The logging class for the runtime.
| 3752 | //! \param logger The logging class for the runtime. |
| 3753 | //! |
| 3754 | inline IRuntime* createInferRuntime(ILogger& logger) noexcept |
| 3755 | { |
| 3756 | return static_cast<IRuntime*>(createInferRuntime_INTERNAL(&logger, NV_TENSORRT_VERSION)); |
| 3757 | } |
| 3758 | |
| 3759 | //! |
| 3760 | //! \brief Create an instance of an IRefitter class. |
no outgoing calls
no test coverage detected