NVIDIA NvNeural SDK  2022.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
File List
Here is a list of all documented files with brief descriptions:
[detail level 12345]
  Core
  Inc
  nvneural
  layers
 IBatchNormalizationLayer.hCommon interfaces for batch normalization layers
 IConvolutionLayer.hCommon interfaces for convolution layers
 ICudaInputLayer.hStandard input layer interface for CUDA data
 ILinearBlendLayer.hCommon interfaces for linear blend layers
 IPoolingLayer.hCommon interfaces for pooling layers
 IPrototypeLayer.hCommon interfaces for prototype layers
 IShuffleLayer.hCommon interfaces for shuffle layers (D2S/S2D)
 IStandardInputLayer.hStandard input layer interface for CPU data
 CodeGenHelpers.hHelper functions for generating source code fragments
 CodeGenTypes.hDefinitions of C++ code generation interfaces exported by tools and plugins
 CoreHelpers.hCommon helper classes and template function implementations
 CoreTypes.hFundamental NvNeural data types are declared here
 CublasHelpers.hHelper macros and ILibraryContext functions for working with cuBLAS
 CudaHelpers.hAll CUDA helper functions and structs are declared here
 CudaTypes.hAll CUDA-specific NvNeural types are declared here
 CudnnHelpers.hContext management functions for working with cuDNN
 LayerTypes.hInterface types needed by layer objects
 NetworkTypes.hHost application types for network construction and manipulation
 OnnxTypes.hInterfaces and types that are used for ONNX export
 PluginTypes.hInterfaces and functions that are implemented by plugin libraries
 RefObject.hStandard implementation for IRefObject-derived objects
 RefPtr.hSmart pointer class for tracking IRefObject instances
  Helpers
  Inc
 ActivationDescHostContainer.hDescribes a container that has the imported ActivationDesc in terms of the host's version
 BufferedLogger.hILogger implementation that temporarily buffers messages during plugin initialization
 ClassRegistry.hStandard object factory and introspection service
 CpuImage.hIImage implementation for working with bitmaps on disk
 ExportPlugin.hDefines common variables used for the plugin export helper classes
 LayerDescHostContainer.hDescribes a container that has the imported LayerDesc in terms of the host's version
 LayerList.hDefines a standard implementation of ILayerList
 LayerListIterators.hIterator helper types for working with ILayerList objects
 ParamDescValidate.hInternal helper functions for validating ParamDesc structures
 PrototypeDescHostContainer.hDescribes a container that has the imported PrototypeDesc in terms of the host's version
 ScopedMemoryAllocation.hA helper class for backend memory allocation following the RAII idiom
 StringList.hDefines a standard implementation of IStringList
 WindowsStringHelpers.hHelper functions for working with wide-character APIs on Windows
 ZlibResourceAggregator.hIResourceAggregator implementation for compiling resources using Zlib
 ZlibResourceDictionary.hIResourceDictionary implementation for working with Zlib-compressed resources
  Host
  Inc
 BackendDeviceIdentifier.hDefines a standard implementation of IBackendDeviceIdentifier
 BasePrototypeLayer.hAbstract base class for CUDA prototype layers
 DynamicPluginLoader.hIPluginLoader implementation using shared libraries
 FilesystemWeightsLoader.hIWeightsLoader implementation that loads weights from npy files
 ModelPreprocessor.hInternal helper class that applies fusing rules during network loading
 NetworkDebuggerList.hINetworkDebuggerList implementation wrapping a vector
 NetworkLayer.hILayer implementation containing an externally defined subnetwork
 ScriptEngine.hInternal helper classes for working with prototype layer scripts
 ScriptEngineAnyOp.hInternal helper classes for parsing script declarations
 ScriptEngineLexyn.hInternal helper classes for parsing script declarations
 ScriptEngineUtils.hInternal helper classes for parsing script declarations
 SimpleLogger.hILogger implementation that writes to iostream objects
 StringMapParameterNode.hIParameterNode implementation wrapping map<string, string>
 WeightsData.hIWeightsData implementation encapsulating CPU vector<T> buffers
 XmlNetworkBuilder.hLoads network graphs from serialized XML formats produced by the editor
 XmlParameterNode.hIParameterNode implementation wrapping Pugixml DOM nodes
  Layer
  Inc
 BaseLayer.hGeneric helper class to aid implementation of new ILayer objects