|
NVIDIA NvNeural SDK
2021.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
|
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... | |
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.
| 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.