NVIDIA NvNeural SDK  2021.1
GPU inference framework for NVIDIA Nsight Deep Learning Designer
ExportPlugin.h File Reference

Defines common variables used for the plugin export helper classes. More...

Go to the source code of this file.

Variables

const char * nvneural::plugin::PluginAuthor
 Plugin authorship string to display in the editor and other tools. More...
 
const char * nvneural::plugin::PluginDescription
 Plugin description string to display in the editor and other tools. More...
 
const char * nvneural::plugin::PluginName
 Plugin "name" attribute to display in the editor and other tools. More...
 
const char * nvneural::plugin::PluginVersion
 Plugin version string to display in the editor and other tools. More...
 

Detailed Description

Defines common variables used for the plugin export helper classes.

Variable Documentation

◆ PluginAuthor

const char* nvneural::plugin::PluginAuthor
extern

Plugin authorship string to display in the editor and other tools.

Example: "NVIDIA Corporation"

◆ PluginDescription

const char* nvneural::plugin::PluginDescription
extern

Plugin description string to display in the editor and other tools.

Example: "Lightweight convolution layer classes"

◆ PluginName

const char* nvneural::plugin::PluginName
extern

Plugin "name" attribute to display in the editor and other tools.

Example: "Fused Upscale Layers"

◆ PluginVersion

const char* nvneural::plugin::PluginVersion
extern

Plugin version string to display in the editor and other tools.

Example: "2021.1.0"