NVIDIA DeepStream SDK API Reference

9.0 Release
nvdsinfer::NvDsInferContextImpl Class Reference

Detailed Description

Implementation of the INvDsInferContext interface.

Definition at line 396 of file sources/libs/nvdsinfer/nvdsinfer_context_impl.h.

Inheritance diagram for nvdsinfer::NvDsInferContextImpl:
Collaboration diagram for nvdsinfer::NvDsInferContextImpl:

Public Member Functions

 NvDsInferContextImpl ()
 Default constructor. More...
 
NvDsInferStatus initialize (NvDsInferContextInitParams &initParams, void *userCtx, NvDsInferContextLoggingFunc logFunc)
 Initializes the Infer engine, allocates layer buffers and other required initialization steps. More...
 
 NvDsInferContextImpl ()
 Default constructor. More...
 
NvDsInferStatus initialize (NvDsInferContextInitParams &initParams, void *userCtx, NvDsInferContextLoggingFunc logFunc)
 Initializes the Infer engine, allocates layer buffers and other required initialization steps. More...
 

Constructor & Destructor Documentation

◆ NvDsInferContextImpl() [1/2]

nvdsinfer::NvDsInferContextImpl::NvDsInferContextImpl ( )

Default constructor.

◆ NvDsInferContextImpl() [2/2]

nvdsinfer::NvDsInferContextImpl::NvDsInferContextImpl ( )

Default constructor.

Member Function Documentation

◆ initialize() [1/2]

NvDsInferStatus nvdsinfer::NvDsInferContextImpl::initialize ( NvDsInferContextInitParams initParams,
void *  userCtx,
NvDsInferContextLoggingFunc  logFunc 
)

Initializes the Infer engine, allocates layer buffers and other required initialization steps.

◆ initialize() [2/2]

NvDsInferStatus nvdsinfer::NvDsInferContextImpl::initialize ( NvDsInferContextInitParams initParams,
void *  userCtx,
NvDsInferContextLoggingFunc  logFunc 
)

Initializes the Infer engine, allocates layer buffers and other required initialization steps.


The documentation for this class was generated from the following file: