NVIDIA NvNeural SDK
2022.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
|
Helper template to aid retrieval of interface IDs. More...
#include <nvneural/CoreTypes.h>
Static Public Attributes | |
static constexpr IRefObject::TypeId | value = TInterface::typeID |
This member evaluates to the typeID associated with TInterface. | |
Helper template to aid retrieval of interface IDs.
The interface returned is suitable for IRefObject::queryInterface().
You may further specialize this template as necessary for your own uses.
TInterface | Interface to retrieve details of |