NVIDIA DeepStream SDK API Reference

7.0 Release
infer_custom_process.h File Reference

Go to the source code of this file.

Data Structures

class  nvdsinferserver::IInferCustomProcessor
 Interface of Custom processor which is created and loaded at runtime through CreateCustomProcessorFunc. More...
 

Namespaces

 nvdsinferserver
 This is a header file for pre-processing cuda kernels with normalization and mean subtraction required by nvdsinfer.
 

Typedefs

typedef nvdsinferserver::IInferCustomProcessor *(* CreateCustomProcessorFunc) (const char *config, uint32_t configLen)
 Custom processor context is created and loaded in runtime. More...
 

Typedef Documentation

◆ CreateCustomProcessorFunc

typedef nvdsinferserver::IInferCustomProcessor*(* CreateCustomProcessorFunc) (const char *config, uint32_t configLen)

Custom processor context is created and loaded in runtime.

Parameters
[in]configContents of prototxt configuration file serialized as a string.
[in]configLenuse for string length of config
Returns
new instance of IInferCustomProcessor. If failed, return nullptr

Definition at line 113 of file infer_custom_process.h.