TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
nvinfer1::PluginRegistrar< T > Class Template Reference

Register the plugin creator to the registry The static registry object will be instantiated when the plugin library is loaded. More...

Collaboration diagram for nvinfer1::PluginRegistrar< T >:

Public Member Functions

 PluginRegistrar ()
 

Private Attributes

instance {}
 

Detailed Description

template<typename T>
class nvinfer1::PluginRegistrar< T >

Register the plugin creator to the registry The static registry object will be instantiated when the plugin library is loaded.

This static object will register all creators available in the library to the registry.

Constructor & Destructor Documentation

◆ PluginRegistrar()

template<typename T >
nvinfer1::PluginRegistrar< T >::PluginRegistrar ( )
inline
Here is the call graph for this function:

Member Data Documentation

◆ instance

template<typename T >
T nvinfer1::PluginRegistrar< T >::instance {}
private

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