|
NVIDIA DriveOS Linux NSR SDK API Reference
|
7.0.3.0 Release
|
Go to the documentation of this file.
20 #ifndef DW_DNN_PLUGIN_CONFIG_H_
21 #define DW_DNN_PLUGIN_CONFIG_H_
23 #include <dw/core/base/Types.h>
43 #endif // DW_DNN_PLUGIN_CONFIG_H_
const char8_t * layerName
Name of the custom layer.
size_t numCustomLayers
Number of custom layers.
Specified plugin configuration.
const dwDNNCustomLayer * customLayers
Array of custom layers.
size_t numCustomLayersNew
Number of custom layers that use TensorRT native plugin interface.
const char8_t * pluginLibraryPath
Path to a plugin shared object.
const dwDNNCustomLayer * customLayersNew
Array of custom layers that use TensorRT native plugin interface.
Specifies plugin configuration.