NVIDIA NvNeural SDK  2022.1
GPU inference framework for NVIDIA Nsight Deep Learning Designer
nvneural::PrototypeDescHostContainer Class Reference

This class is the host side container for the PrototypeDesc structure (see CoreTypes.h). More...

#include <PrototypeDescHostContainer.h>

Public Member Functions

const PrototypeDescget () 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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PrototypeDescHostContainer()

PrototypeDescHostContainer::PrototypeDescHostContainer ( const PrototypeDesc pInputLayerDesc)
explicit

Creates a PrototypeDescHostContainer to represent an external PrototypeDesc.

Parameters
pInputLayerDescDescriptor to convert

The documentation for this class was generated from the following files: