TensorRT 10.0.0
nvinfer1::anonymous_namespace{NvInferRuntime.h} Namespace Reference

Functions

IRuntimecreateInferRuntime (ILogger &logger) noexcept
 Create an instance of an IRuntime class. More...
 
IRefittercreateInferRefitter (ICudaEngine &engine, ILogger &logger) noexcept
 Create an instance of an IRefitter class. More...
 

Function Documentation

◆ createInferRefitter()

IRefitter * nvinfer1::anonymous_namespace{NvInferRuntime.h}::createInferRefitter ( ICudaEngine engine,
ILogger logger 
)
inlinenoexcept

Create an instance of an IRefitter class.

Parameters
loggerThe logging class for the refitter.

◆ createInferRuntime()

IRuntime * nvinfer1::anonymous_namespace{NvInferRuntime.h}::createInferRuntime ( ILogger logger)
inlinenoexcept

Create an instance of an IRuntime class.

Parameters
loggerThe logging class for the runtime.