NVIDIA NvNeural SDK  2021.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
nvneural::BaseParamTypeDesc Struct Reference

For implementers, this struct needs to be replicated in each xParamTypeDesc right now. More...

#include <nvneural/CoreTypes.h>

Public Attributes

ParamType paramType
 This for additional safety and reference. Should replicate the xParamDesc::paramType.
 
std::size_t structSize
 This is the sizeof() the xParamTypeDesc struct that contains this struct. More...
 

Detailed Description

For implementers, this struct needs to be replicated in each xParamTypeDesc right now.

Ideally, each xParamTypeDesc would be derived from the Base, however, some compilers don't seem to have the Extension to Aggregate Initialization implemented.

Member Data Documentation

◆ structSize

std::size_t nvneural::BaseParamTypeDesc::structSize

This is the sizeof() the xParamTypeDesc struct that contains this struct.

It is used for versioning. This struct should not be used on its own.


The documentation for this struct was generated from the following file: