26 #ifndef NVNERAL_IBATCHNORMALIZATIONLAYER_H
27 #define NVNERAL_IBATCHNORMALIZATIONLAYER_H
Fundamental NvNeural data types are declared here.
IBatchNormalizationLayer is an optional interface implemented by layers that marks them as batch norm...
Definition: IBatchNormalizationLayer.h:34
static const IRefObject::TypeId typeID
Interface TypeId for InterfaceOf purposes.
Definition: IBatchNormalizationLayer.h:37
Base class for all objects, similar to COM's IUnknown.
Definition: CoreTypes.h:343
std::uint64_t TypeId
Every interface must define a unique TypeId. This should be randomized.
Definition: CoreTypes.h:349