Definition at line 25 of file pillars-scatter.h.
|
| | PillarsScatterPlugin ()=delete |
| |
| | PillarsScatterPlugin (const void *data, size_t length) |
| |
| | PillarsScatterPlugin (size_t h, size_t w) |
| |
| nvinfer1::IPluginV2DynamicExt * | clone () const noexcept override |
| |
| nvinfer1::DimsExprs | getOutputDimensions (int outputIndex, const nvinfer1::DimsExprs *inputs, int nbInputs, nvinfer1::IExprBuilder &exprBuilder) noexcept override |
| |
| bool | supportsFormatCombination (int pos, const nvinfer1::PluginTensorDesc *inOut, int nbInputs, int nbOutputs) noexcept override |
| |
| void | configurePlugin (const nvinfer1::DynamicPluginTensorDesc *in, int nbInputs, const nvinfer1::DynamicPluginTensorDesc *out, int nbOutputs) noexcept override |
| |
| size_t | getWorkspaceSize (const nvinfer1::PluginTensorDesc *inputs, int nbInputs, const nvinfer1::PluginTensorDesc *outputs, int nbOutputs) const noexcept override |
| |
| int | enqueue (const nvinfer1::PluginTensorDesc *inputDesc, const nvinfer1::PluginTensorDesc *outputDesc, const void *const *inputs, void *const *outputs, void *workspace, cudaStream_t stream) noexcept override |
| |
| nvinfer1::DataType | getOutputDataType (int index, const nvinfer1::DataType *inputTypes, int nbInputs) const noexcept override |
| |
| const char * | getPluginType () const noexcept override |
| |
| const char * | getPluginVersion () const noexcept override |
| |
| int | getNbOutputs () const noexcept override |
| |
| int | initialize () noexcept override |
| |
| void | terminate () noexcept override |
| |
| size_t | getSerializationSize () const noexcept override |
| |
| void | serialize (void *buffer) const noexcept override |
| |
| void | destroy () noexcept override |
| |
| void | setPluginNamespace (const char *pluginNamespace) noexcept override |
| |
| const char * | getPluginNamespace () const noexcept override |
| |