Specified plugin configuration.
Definition at line 35 of file DNNPluginConfig.h.
Data Fields | |
const dwDNNCustomLayer * | customLayers |
Array of custom layers. More... | |
size_t | numCustomLayers |
Number of custom layers. More... | |
const dwDNNCustomLayer * | customLayersNew |
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... | |
const dwDNNCustomLayer* dwDNNPluginConfiguration::customLayers |
Array of custom layers.
Definition at line 37 of file DNNPluginConfig.h.
const dwDNNCustomLayer* dwDNNPluginConfiguration::customLayersNew |
Array of custom layers that use TensorRT native plugin interface.
Definition at line 39 of file DNNPluginConfig.h.
size_t dwDNNPluginConfiguration::numCustomLayers |
Number of custom layers.
Definition at line 38 of file DNNPluginConfig.h.
size_t dwDNNPluginConfiguration::numCustomLayersNew |
Number of custom layers that use TensorRT native plugin interface.
Definition at line 40 of file DNNPluginConfig.h.