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

Public Member Functions

 NormalizePluginCreator ()
 
 ~NormalizePluginCreator () 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...
 
IPluginV2ExtcreatePlugin (const char *name, const PluginFieldCollection *fc) override
 Return a plugin object. More...
 
IPluginV2ExtdeserializePlugin (const char *name, const void *serialData, size_t serialLength) override
 Called during deserialization of plugin layer. 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...
 

Protected Attributes

std::string mNamespace
 

Private Attributes

bool mAcrossSpatial {}
 
bool mChannelShared {}
 
float mEps {}
 
int mNbWeights {}
 

Static Private Attributes

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

Constructor & Destructor Documentation

◆ NormalizePluginCreator()

NormalizePluginCreator::NormalizePluginCreator ( )

◆ ~NormalizePluginCreator()

nvinfer1::plugin::NormalizePluginCreator::~NormalizePluginCreator ( )
overridedefault

Member Function Documentation

◆ getPluginName()

const char * NormalizePluginCreator::getPluginName ( ) const
overridevirtual

Return the plugin name.

Implements nvinfer1::IPluginCreator.

◆ getPluginVersion()

const char * NormalizePluginCreator::getPluginVersion ( ) const
overridevirtual

Return the plugin version.

Implements nvinfer1::IPluginCreator.

◆ getFieldNames()

const PluginFieldCollection * NormalizePluginCreator::getFieldNames ( )
overridevirtual

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

See also
PluginFieldCollection

Implements nvinfer1::IPluginCreator.

◆ createPlugin()

IPluginV2Ext * NormalizePluginCreator::createPlugin ( const char *  name,
const PluginFieldCollection fc 
)
overridevirtual

Return a plugin object.

Return nullptr in case of error.

Implements nvinfer1::IPluginCreator.

Here is the call graph for this function:

◆ deserializePlugin()

IPluginV2Ext * NormalizePluginCreator::deserializePlugin ( const char *  name,
const void *  serialData,
size_t  serialLength 
)
overridevirtual

Called during deserialization of plugin layer.

Return a plugin object.

Implements nvinfer1::IPluginCreator.

Here is the call graph for this function:

◆ 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.

Member Data Documentation

◆ mFC

PluginFieldCollection NormalizePluginCreator::mFC {}
staticprivate

◆ mAcrossSpatial

bool nvinfer1::plugin::NormalizePluginCreator::mAcrossSpatial {}
private

◆ mChannelShared

bool nvinfer1::plugin::NormalizePluginCreator::mChannelShared {}
private

◆ mEps

float nvinfer1::plugin::NormalizePluginCreator::mEps {}
private

◆ mNbWeights

int nvinfer1::plugin::NormalizePluginCreator::mNbWeights {}
private

◆ mPluginAttributes

std::vector< PluginField > NormalizePluginCreator::mPluginAttributes
staticprivate

◆ mNamespace

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

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