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 | |
| Copyright (c) 2021, NVIDIA CORPORATION. | |
Typedefs | |
| typedef nvdsinferserver::IInferCustomProcessor *(* | CreateCustomProcessorFunc) (const char *config, uint32_t configLen) |
| Custom processor context is created and loaded in runtime. More... | |
| typedef nvdsinferserver::IInferCustomProcessor*(* CreateCustomProcessorFunc) (const char *config, uint32_t configLen) |
Custom processor context is created and loaded in runtime.
| [in] | config | Contents of prototxt configuration file serialized as a string. |
| [in] | configLen | use for string length of config |
Definition at line 117 of file infer_custom_process.h.