Plugin factory used to configure plugins with added support for TRT versioning.
More...
Plugin factory used to configure plugins with added support for TRT versioning.
◆ getVersion()
virtual int32_t nvuffparser::IPluginFactoryExt::getVersion |
( |
| ) |
const |
|
inlinevirtual |
◆ isPluginExt()
virtual bool nvuffparser::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. |
◆ isPlugin()
virtual bool nvuffparser::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. |
◆ createPlugin()
Creates a plugin.
- Parameters
-
layerName | Name of layer associated with the plugin. |
weights | Weights used for the layer. |
nbWeights | Number of weights. |
fc | A collection of FieldMaps used as layer parameters for different plugin layers. |
- See also
- FieldCollection
The documentation for this class was generated from the following file: