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

Function createInferRuntime

include/NvInferRuntime.h:3754–3757  ·  view source on GitHub ↗

\brief Create an instance of an IRuntime class. \param logger The logging class for the runtime.

Source from the content-addressed store, hash-verified

3752//! \param logger The logging class for the runtime.
3753//!
3754inline 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.

Callers 11

buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
constructNetworkMethod · 0.85
createRuntimeFunction · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
BertInferenceMethod · 0.85
SampleSegmentationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected