Plugin factory used to configure plugins.
More...
Plugin factory used to configure plugins.
◆ ~IPluginFactoryV2()
virtual nvcaffeparser1::IPluginFactoryV2::~IPluginFactoryV2 |
( |
| ) |
|
|
inlinevirtual |
◆ isPluginV2()
virtual bool nvcaffeparser1::IPluginFactoryV2::isPluginV2 |
( |
const char * |
layerName | ) |
|
|
pure virtual |
A user implemented function that determines if a layer configuration is provided by an IPluginV2.
- Parameters
-
layerName | Name of the layer which the user wishes to validate. |
◆ createPlugin()
virtual nvinfer1::IPluginV2* nvcaffeparser1::IPluginFactoryV2::createPlugin |
( |
const char * |
layerName, |
|
|
const nvinfer1::Weights * |
weights, |
|
|
int32_t |
nbWeights, |
|
|
const char * |
libNamespace = "" |
|
) |
| |
|
pure virtual |
Creates a plugin.
- Parameters
-
layerName | Name of layer associated with the plugin. |
weights | Weights used for the layer. |
nbWeights | Number of weights. |
libNamespace | Library Namespace associated with the plugin object |
The documentation for this class was generated from the following file: