TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
nvinfer1::plugin::BatchedNMSBasePluginCreator Class Referenceabstract
Inheritance diagram for nvinfer1::plugin::BatchedNMSBasePluginCreator:
Collaboration diagram for nvinfer1::plugin::BatchedNMSBasePluginCreator:

Public Member Functions

 BatchedNMSBasePluginCreator ()
 
 ~BatchedNMSBasePluginCreator () override=default
 
const char * getPluginName () const override
 Return the plugin name. More...
 
const char * getPluginVersion () const override
 Return the plugin version. More...
 
const PluginFieldCollectiongetFieldNames () override
 Return a list of fields that needs to be passed to createPlugin. More...
 
void setPluginNamespace (const char *libNamespace) override
 Set the namespace of the plugin creator based on the plugin library it belongs to. More...
 
const char * getPluginNamespace () const override
 Return the namespace of the plugin creator object. More...
 
virtual int32_t getTensorRTVersion () const
 Return the version of the API the plugin creator was compiled with. More...
 
virtual IPluginV2createPlugin (const char *name, const PluginFieldCollection *fc)=0
 Return a plugin object. More...
 
virtual IPluginV2deserializePlugin (const char *name, const void *serialData, size_t serialLength)=0
 Called during deserialization of plugin layer. More...
 

Protected Attributes

NMSParameters params
 
bool mClipBoxes
 
std::string mPluginName
 
std::string mNamespace
 

Static Protected Attributes

static PluginFieldCollection mFC {}
 
static std::vector< PluginFieldmPluginAttributes
 

Constructor & Destructor Documentation

◆ BatchedNMSBasePluginCreator()

BatchedNMSBasePluginCreator::BatchedNMSBasePluginCreator ( )

◆ ~BatchedNMSBasePluginCreator()

nvinfer1::plugin::BatchedNMSBasePluginCreator::~BatchedNMSBasePluginCreator ( )
overridedefault

Member Function Documentation

◆ getPluginName()

const char * BatchedNMSBasePluginCreator::getPluginName ( ) const
overridevirtual

Return the plugin name.

Implements nvinfer1::IPluginCreator.

◆ getPluginVersion()

const char * BatchedNMSBasePluginCreator::getPluginVersion ( ) const
overridevirtual

Return the plugin version.

Implements nvinfer1::IPluginCreator.

◆ getFieldNames()

const PluginFieldCollection * BatchedNMSBasePluginCreator::getFieldNames ( )
overridevirtual

Return a list of fields that needs to be passed to createPlugin.

See also
PluginFieldCollection

Implements nvinfer1::IPluginCreator.

◆ setPluginNamespace()

void nvinfer1::plugin::BaseCreator::setPluginNamespace ( const char *  pluginNamespace)
inlineoverridevirtualinherited

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* nvinfer1::plugin::BaseCreator::getPluginNamespace ( ) const
inlineoverridevirtualinherited

Return the namespace of the plugin creator object.

Implements nvinfer1::IPluginCreator.

◆ getTensorRTVersion()

virtual int32_t nvinfer1::IPluginCreator::getTensorRTVersion ( ) const
inlinevirtualinherited

Return the version of the API the plugin creator was compiled with.

◆ createPlugin()

virtual IPluginV2* nvinfer1::IPluginCreator::createPlugin ( const char *  name,
const PluginFieldCollection fc 
)
pure virtualinherited

◆ deserializePlugin()

virtual IPluginV2* nvinfer1::IPluginCreator::deserializePlugin ( const char *  name,
const void *  serialData,
size_t  serialLength 
)
pure virtualinherited

Member Data Documentation

◆ mFC

PluginFieldCollection BatchedNMSBasePluginCreator::mFC {}
staticprotected

◆ params

NMSParameters nvinfer1::plugin::BatchedNMSBasePluginCreator::params
protected

◆ mPluginAttributes

std::vector< PluginField > BatchedNMSBasePluginCreator::mPluginAttributes
staticprotected

◆ mClipBoxes

bool nvinfer1::plugin::BatchedNMSBasePluginCreator::mClipBoxes
protected

◆ mPluginName

std::string nvinfer1::plugin::BatchedNMSBasePluginCreator::mPluginName
protected

◆ mNamespace

std::string nvinfer1::plugin::BaseCreator::mNamespace
protectedinherited

The documentation for this class was generated from the following files: