Specifies plugin configuration.
Definition at line 27 of file DNNPluginConfig.h.
Data Fields | |
const char8_t * | pluginLibraryPath |
Path to a plugin shared object. More... | |
const char8_t * | layerName |
Name of the custom layer. More... | |
const char8_t* dwDNNCustomLayer::layerName |
Name of the custom layer.
Definition at line 30 of file DNNPluginConfig.h.
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.