|
NVIDIA NvNeural SDK
2022.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
|
| ▼ Core | |
| ▼ Inc | |
| ▼ nvneural | |
| ▼ layers | |
| IBatchNormalizationLayer.h | Common interfaces for batch normalization layers |
| IConvolutionLayer.h | Common interfaces for convolution layers |
| ICudaInputLayer.h | Standard input layer interface for CUDA data |
| ILinearBlendLayer.h | Common interfaces for linear blend layers |
| IPoolingLayer.h | Common interfaces for pooling layers |
| IPrototypeLayer.h | Common interfaces for prototype layers |
| IShuffleLayer.h | Common interfaces for shuffle layers (D2S/S2D) |
| IStandardInputLayer.h | Standard input layer interface for CPU data |
| CodeGenHelpers.h | Helper functions for generating source code fragments |
| CodeGenTypes.h | Definitions of C++ code generation interfaces exported by tools and plugins |
| CoreHelpers.h | Common helper classes and template function implementations |
| CoreTypes.h | Fundamental NvNeural data types are declared here |
| CublasHelpers.h | Helper macros and ILibraryContext functions for working with cuBLAS |
| CudaHelpers.h | All CUDA helper functions and structs are declared here |
| CudaTypes.h | All CUDA-specific NvNeural types are declared here |
| CudnnHelpers.h | Context management functions for working with cuDNN |
| LayerTypes.h | Interface types needed by layer objects |
| NetworkTypes.h | Host application types for network construction and manipulation |
| OnnxTypes.h | Interfaces and types that are used for ONNX export |
| PluginTypes.h | Interfaces and functions that are implemented by plugin libraries |
| RefObject.h | Standard implementation for IRefObject-derived objects |
| RefPtr.h | Smart pointer class for tracking IRefObject instances |
| ▼ Helpers | |
| ▼ Inc | |
| ActivationDescHostContainer.h | Describes a container that has the imported ActivationDesc in terms of the host's version |
| BufferedLogger.h | ILogger implementation that temporarily buffers messages during plugin initialization |
| ClassRegistry.h | Standard object factory and introspection service |
| CpuImage.h | IImage implementation for working with bitmaps on disk |
| ExportPlugin.h | Defines common variables used for the plugin export helper classes |
| LayerDescHostContainer.h | Describes a container that has the imported LayerDesc in terms of the host's version |
| LayerList.h | Defines a standard implementation of ILayerList |
| LayerListIterators.h | Iterator helper types for working with ILayerList objects |
| ParamDescValidate.h | Internal helper functions for validating ParamDesc structures |
| PrototypeDescHostContainer.h | Describes a container that has the imported PrototypeDesc in terms of the host's version |
| ScopedMemoryAllocation.h | A helper class for backend memory allocation following the RAII idiom |
| StringList.h | Defines a standard implementation of IStringList |
| WindowsStringHelpers.h | Helper functions for working with wide-character APIs on Windows |
| ZlibResourceAggregator.h | IResourceAggregator implementation for compiling resources using Zlib |
| ZlibResourceDictionary.h | IResourceDictionary implementation for working with Zlib-compressed resources |
| ▼ Host | |
| ▼ Inc | |
| BackendDeviceIdentifier.h | Defines a standard implementation of IBackendDeviceIdentifier |
| BasePrototypeLayer.h | Abstract base class for CUDA prototype layers |
| DynamicPluginLoader.h | IPluginLoader implementation using shared libraries |
| FilesystemWeightsLoader.h | IWeightsLoader implementation that loads weights from npy files |
| ModelPreprocessor.h | Internal helper class that applies fusing rules during network loading |
| NetworkDebuggerList.h | INetworkDebuggerList implementation wrapping a vector |
| NetworkLayer.h | ILayer implementation containing an externally defined subnetwork |
| ScriptEngine.h | Internal helper classes for working with prototype layer scripts |
| ScriptEngineAnyOp.h | Internal helper classes for parsing script declarations |
| ScriptEngineLexyn.h | Internal helper classes for parsing script declarations |
| ScriptEngineUtils.h | Internal helper classes for parsing script declarations |
| SimpleLogger.h | ILogger implementation that writes to iostream objects |
| StringMapParameterNode.h | IParameterNode implementation wrapping map<string, string> |
| WeightsData.h | IWeightsData implementation encapsulating CPU vector<T> buffers |
| XmlNetworkBuilder.h | Loads network graphs from serialized XML formats produced by the editor |
| XmlParameterNode.h | IParameterNode implementation wrapping Pugixml DOM nodes |
| ▼ Layer | |
| ▼ Inc | |
| BaseLayer.h | Generic helper class to aid implementation of new ILayer objects |