25 #ifndef NVNEURAL_PROTOTYPEDESCHOSTCONTAINER_H
26 #define NVNEURAL_PROTOTYPEDESCHOSTCONTAINER_H
38 bool m_validPrototypeDesc;
41 void PrototypeDescWarning(
const std::string& warningText)
const;
42 bool SanityCheckPrototypeDesc()
const;
43 bool ValidateAndLoadPrototypeDesc(
const PrototypeDesc* pInputLayerDesc);
58 return m_validPrototypeDesc;
64 return m_prototypeDesc;
Fundamental NvNeural data types are declared here.
This class is the host side container for the PrototypeDesc structure (see CoreTypes....
Definition: PrototypeDescHostContainer.h:36
bool isValid() const
Returns true if the imported descriptor was valid.
Definition: PrototypeDescHostContainer.h:56
const PrototypeDesc & get() const
Returns a reference to the converted/upgraded descriptor.
Definition: PrototypeDescHostContainer.h:62
This structure represent a prototype layer version (backend, tensor format and kernel type),...
Definition: CoreTypes.h:1646