NVIDIA NvNeural SDK
2022.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
|
Host application types for network construction and manipulation. More...
#include <nvneural/CoreTypes.h>
Go to the source code of this file.
Classes | |
class | nvneural::INetwork |
INetwork is the public interface to Network. More... | |
class | nvneural::INetwork2 |
INetwork2 is the public interface for the revision 2 of the Network interface. More... | |
class | nvneural::INetwork3 |
INetwork3 is the public interface for the revision 3 of the Network interface. More... | |
class | nvneural::INetworkDebugger |
INetworkDebugger defines a callback interface for network inference. More... | |
class | nvneural::INetworkReshapeDebugger |
INetworkReshapeDebugger defines a callback interface for reshape operations. More... | |
Macros | |
#define | NVNEURAL_INETWORK_OBJECTCLASS "com.nvidia.network" |
This macro is needed to create the built-in Network object via ClassRegistry::createObject() | |
Host application types for network construction and manipulation.