◆ getPluginName()
const char* UffPoolPluginV2Creator::getPluginName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getPluginVersion()
const char* UffPoolPluginV2Creator::getPluginVersion |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getFieldNames()
Return a list of fields that needs to be passed to createPlugin.
- See also
- PluginFieldCollection
Implements nvinfer1::IPluginCreator.
◆ createPlugin()
◆ deserializePlugin()
IPluginV2* UffPoolPluginV2Creator::deserializePlugin |
( |
const char * |
name, |
|
|
const void * |
serialData, |
|
|
size_t |
serialLength |
|
) |
| |
|
inlineoverridevirtual |
◆ setPluginNamespace()
void UffPoolPluginV2Creator::setPluginNamespace |
( |
const char * |
pluginNamespace | ) |
|
|
inlineoverridevirtual |
Set the namespace of the plugin creator based on the plugin library it belongs to.
This can be set while registering the plugin creator.
- See also
- IPluginRegistry::registerCreator()
Implements nvinfer1::IPluginCreator.
◆ getPluginNamespace()
const char* UffPoolPluginV2Creator::getPluginNamespace |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getTensorRTVersion()
virtual int32_t nvinfer1::IPluginCreator::getTensorRTVersion |
( |
| ) |
const |
|
inlinevirtualinherited |
Return the version of the API the plugin creator was compiled with.
◆ mNamespace
std::string UffPoolPluginV2Creator::mNamespace |
|
private |
◆ mPluginName
std::string UffPoolPluginV2Creator::mPluginName |
|
private |
◆ mFieldCollection
The documentation for this class was generated from the following file: