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

Public Member Functions

 CropAndResizePluginCreator ()
 
 ~CropAndResizePluginCreator () override
 
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...
 

Private Attributes

std::string mNamespace
 

Static Private Attributes

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

Constructor & Destructor Documentation

◆ CropAndResizePluginCreator()

CropAndResizePluginCreator::CropAndResizePluginCreator ( )

◆ ~CropAndResizePluginCreator()

CropAndResizePluginCreator::~CropAndResizePluginCreator ( )
override

Member Function Documentation

◆ getPluginName()

const char * CropAndResizePluginCreator::getPluginName ( ) const
overridevirtual

Return the plugin name.

Implements nvinfer1::IPluginCreator.

◆ getPluginVersion()

const char * CropAndResizePluginCreator::getPluginVersion ( ) const
overridevirtual

Return the plugin version.

Implements nvinfer1::IPluginCreator.

◆ getFieldNames()

const PluginFieldCollection * CropAndResizePluginCreator::getFieldNames ( )
overridevirtual

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

See also
PluginFieldCollection

Implements nvinfer1::IPluginCreator.

◆ createPlugin()

IPluginV2Ext * CropAndResizePluginCreator::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 * CropAndResizePluginCreator::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 CropAndResizePluginCreator::mFC {}
staticprivate

◆ mPluginAttributes

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

◆ mNamespace

std::string nvinfer1::plugin::CropAndResizePluginCreator::mNamespace
private

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