NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwDNNCustomLayer Struct Reference

Detailed Description

Specifies plugin configuration.

Definition at line 27 of file DNNPluginConfig.h.

Data Fields

const char8_tpluginLibraryPath
 Path to a plugin shared object. More...
 
const char8_tlayerName
 Name of the custom layer. More...
 

Field Documentation

◆ layerName

const char8_t* dwDNNCustomLayer::layerName

Name of the custom layer.

Definition at line 30 of file DNNPluginConfig.h.

◆ pluginLibraryPath

const char8_t* dwDNNCustomLayer::pluginLibraryPath

Path to a plugin shared object.

Path must be either absolute path or path relative to DW lib folder.

Definition at line 29 of file DNNPluginConfig.h.


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