Plugin factory used to configure plugins with added support for TRT versioning.
More...
|
virtual int32_t | getVersion () const |
|
virtual bool | isPluginExt (const char *layerName)=0 |
| A user implemented function that determines if a layer configuration is provided by an IPluginExt. More...
|
|
virtual bool | isPlugin (const char *layerName)=0 |
| A user implemented function that determines if a layer configuration is provided by an IPlugin. More...
|
|
virtual nvinfer1::IPlugin * | createPlugin (const char *layerName, const nvinfer1::Weights *weights, int32_t nbWeights)=0 |
| Creates a plugin. More...
|
|
Plugin factory used to configure plugins with added support for TRT versioning.
◆ getVersion()
virtual int32_t nvcaffeparser1::IPluginFactoryExt::getVersion |
( |
| ) |
const |
|
inlinevirtual |
◆ isPluginExt()
virtual bool nvcaffeparser1::IPluginFactoryExt::isPluginExt |
( |
const char * |
layerName | ) |
|
|
pure virtual |
A user implemented function that determines if a layer configuration is provided by an IPluginExt.
- Parameters
-
layerName | Name of the layer which the user wishes to validate. |
Implemented in PluginFactory.
◆ isPlugin()
virtual bool nvcaffeparser1::IPluginFactory::isPlugin |
( |
const char * |
layerName | ) |
|
|
pure virtualinherited |
A user implemented function that determines if a layer configuration is provided by an IPlugin.
- Parameters
-
layerName | Name of the layer which the user wishes to validate. |
Implemented in PluginFactory.
◆ createPlugin()
Creates a plugin.
- Parameters
-
layerName | Name of layer associated with the plugin. |
weights | Weights used for the layer. |
nbWeights | Number of weights. |
The documentation for this class was generated from the following file: