NVIDIA NvNeural SDK  2022.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
ClassRegistry.h File Reference

Standard object factory and introspection service. More...

#include <nvneural/CoreTypes.h>
#include <nvneural/CoreHelpers.h>
#include <nvneural/RefObject.h>
#include <functional>
#include <map>
#include <string>
#include <vector>
#include "LayerDescHostContainer.h"
#include "ActivationDescHostContainer.h"
#include "PrototypeDescHostContainer.h"

Go to the source code of this file.

Classes

class  nvneural::ClassRegistry
 ClassRegistry is the default implementation for IClassRegistry. More...
 

Typedefs

using nvneural::OpaqueClassRegistrationHandle = OpaqueClassRegistration *
 Opaque return type from registration functions. More...
 

Detailed Description

Standard object factory and introspection service.

Typedef Documentation

◆ OpaqueClassRegistrationHandle

using nvneural::OpaqueClassRegistrationHandle = typedef OpaqueClassRegistration*

Opaque return type from registration functions.

You do not need to do anything with these values. They exist in order to enable static ClassRegistry calls at file scope.