NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwDNNPluginConfiguration Struct Reference

Detailed Description

Specified plugin configuration.

Definition at line 35 of file DNNPluginConfig.h.

Collaboration diagram for dwDNNPluginConfiguration:

Data Fields

const dwDNNCustomLayercustomLayers
 Array of custom layers. More...
 
size_t numCustomLayers
 Number of custom layers. More...
 
const dwDNNCustomLayercustomLayersNew
 Array of custom layers that use TensorRT native plugin interface. More...
 
size_t numCustomLayersNew
 Number of custom layers that use TensorRT native plugin interface. More...
 

Field Documentation

◆ customLayers

const dwDNNCustomLayer* dwDNNPluginConfiguration::customLayers

Array of custom layers.

Definition at line 37 of file DNNPluginConfig.h.

◆ customLayersNew

const dwDNNCustomLayer* dwDNNPluginConfiguration::customLayersNew

Array of custom layers that use TensorRT native plugin interface.

Definition at line 39 of file DNNPluginConfig.h.

◆ numCustomLayers

size_t dwDNNPluginConfiguration::numCustomLayers

Number of custom layers.

Definition at line 38 of file DNNPluginConfig.h.

◆ numCustomLayersNew

size_t dwDNNPluginConfiguration::numCustomLayersNew

Number of custom layers that use TensorRT native plugin interface.

Definition at line 40 of file DNNPluginConfig.h.


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