NVIDIA NvNeural SDK  2021.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
nvneural::common_categories Namespace Reference

The categories below are pre-defined and used when defining a CategoryList. More...

Variables

const char *const Analysis = "Analysis"
 Category for visualization and analysis layers.
 
const char *const DataImageProcessing = "Data/Image Processing"
 Category for layers that do image processing.
 
const char *const DefaultHidden = "Hidden"
 Category for layers that should be hidden in the editor by default.
 
const char *const DevelopmentAids = "Development Aids"
 Category for layers that aid framework development.
 
const char *const DomainSpecific = "Domain Specific"
 Category for layers that implement specialized operations.
 
const char *const Examples = "Examples"
 Category for demonstration layers.
 
const char *const FormatConversion = "Format Conversion"
 Category for layers that permute and shuffle data.
 
const char *const Fused = "Fused"
 Category for layers that fuse multiple operations.
 
const char *const General = "General"
 Category for layers that don't fit other categories.
 
const char *const InputOutput = "Input/Output"
 Category for layers that interact with their host application.
 
const char *const Shape = "Shape"
 Category for layers that adjust tensor shape.
 
const char *const Training = "Training"
 Category for layers that represent training-only concepts.
 
const char *const Upsampling = "Upsampling"
 Category for layers that upscale their input.
 

Detailed Description

The categories below are pre-defined and used when defining a CategoryList.

Think of these as helper strings. However, the host reserves the right to translate these strings to something more appropriate, for instance, for localization.

Example: static const std::array<const char*, 3> categories = { common_categories::General, "My Category 1", "My Category 2" };