|
NVIDIA NvNeural SDK
2022.1
GPU inference framework for NVIDIA Nsight Deep Learning Designer
|
This class is the host side container for the PrototypeDesc structure (see CoreTypes.h). More...
#include <PrototypeDescHostContainer.h>
Public Member Functions | |
| const PrototypeDesc & | get () const |
| Returns a reference to the converted/upgraded descriptor. | |
| bool | isValid () const |
| Returns true if the imported descriptor was valid. | |
| PrototypeDescHostContainer (const PrototypeDesc *pInputLayerDesc) | |
| Creates a PrototypeDescHostContainer to represent an external PrototypeDesc. More... | |
This class is the host side container for the PrototypeDesc structure (see CoreTypes.h).
It also provides some sanity check methods to ensure that the passed PrototypeDesc structure is valid and up to date.
|
explicit |
Creates a PrototypeDescHostContainer to represent an external PrototypeDesc.
| pInputLayerDesc | Descriptor to convert |