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

Public Member Functions

 SplitPluginCreator ()
 
 ~SplitPluginCreator ()
 
const char * getPluginName () const
 Return the plugin name. More...
 
const char * getPluginVersion () const
 Return the plugin version. More...
 
const nvinfer1::PluginFieldCollectiongetFieldNames ()
 Return a list of fields that needs to be passed to createPlugin. More...
 
nvinfer1::IPluginV2DynamicExtcreatePlugin (const char *, const nvinfer1::PluginFieldCollection *)
 Return a plugin object. More...
 
nvinfer1::IPluginV2DynamicExtdeserializePlugin (const char *, const void *serialData, size_t serialLength)
 Called during deserialization of plugin layer. More...
 
void setPluginNamespace (const char *libNamespace)
 Set the namespace of the plugin creator based on the plugin library it belongs to. More...
 
const char * getPluginNamespace () const
 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...
 

Private Attributes

std::string mNamespace
 

Constructor & Destructor Documentation

◆ SplitPluginCreator()

nvinfer1::plugin::SplitPluginCreator::SplitPluginCreator ( )
inline

◆ ~SplitPluginCreator()

nvinfer1::plugin::SplitPluginCreator::~SplitPluginCreator ( )
inline

Member Function Documentation

◆ getPluginName()

const char* nvinfer1::plugin::SplitPluginCreator::getPluginName ( ) const
inlinevirtual

Return the plugin name.

Implements nvinfer1::IPluginCreator.

◆ getPluginVersion()

const char* nvinfer1::plugin::SplitPluginCreator::getPluginVersion ( ) const
inlinevirtual

Return the plugin version.

Implements nvinfer1::IPluginCreator.

◆ getFieldNames()

const nvinfer1::PluginFieldCollection* nvinfer1::plugin::SplitPluginCreator::getFieldNames ( )
inlinevirtual

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

See also
PluginFieldCollection

Implements nvinfer1::IPluginCreator.

◆ createPlugin()

nvinfer1::IPluginV2DynamicExt* nvinfer1::plugin::SplitPluginCreator::createPlugin ( const char *  name,
const nvinfer1::PluginFieldCollection fc 
)
inlinevirtual

Return a plugin object.

Return nullptr in case of error.

Implements nvinfer1::IPluginCreator.

◆ deserializePlugin()

nvinfer1::IPluginV2DynamicExt* nvinfer1::plugin::SplitPluginCreator::deserializePlugin ( const char *  name,
const void *  serialData,
size_t  serialLength 
)
inlinevirtual

Called during deserialization of plugin layer.

Return a plugin object.

Implements nvinfer1::IPluginCreator.

◆ setPluginNamespace()

void nvinfer1::plugin::SplitPluginCreator::setPluginNamespace ( const char *  pluginNamespace)
inlinevirtual

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::SplitPluginCreator::getPluginNamespace ( ) const
inlinevirtual

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

◆ mNamespace

std::string nvinfer1::plugin::SplitPluginCreator::mNamespace
private

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