NVIDIA DeepStream SDK API Reference

4.0.2 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvDsInferPluginFactoryCaffe Union Reference

Detailed Description

Holds the pointer to a heap allocated Plugin Factory object required during Caffemodel parsing.

Definition at line 207 of file nvdsinfer_custom_impl.h.

Data Fields

nvcaffeparser1::IPluginFactory * pluginFactory
 
nvcaffeparser1::IPluginFactoryExt * pluginFactoryExt
 
nvcaffeparser1::IPluginFactoryV2 * pluginFactoryV2
 

Field Documentation

nvcaffeparser1::IPluginFactory* NvDsInferPluginFactoryCaffe::pluginFactory

Definition at line 209 of file nvdsinfer_custom_impl.h.

nvcaffeparser1::IPluginFactoryExt* NvDsInferPluginFactoryCaffe::pluginFactoryExt

Definition at line 210 of file nvdsinfer_custom_impl.h.

nvcaffeparser1::IPluginFactoryV2* NvDsInferPluginFactoryCaffe::pluginFactoryV2

Definition at line 211 of file nvdsinfer_custom_impl.h.


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