NVIDIA DeepStream SDK API Reference

4.0.1 Release

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

Detailed Description

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

Definition at line 215 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 217 of file nvdsinfer_custom_impl.h.

nvcaffeparser1::IPluginFactoryExt* NvDsInferPluginFactoryCaffe::pluginFactoryExt

Definition at line 218 of file nvdsinfer_custom_impl.h.

nvcaffeparser1::IPluginFactoryV2* NvDsInferPluginFactoryCaffe::pluginFactoryV2

Definition at line 219 of file nvdsinfer_custom_impl.h.


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