NVIDIA NvNeural SDK  2022.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
BaseLayer.h File Reference

Generic helper class to aid implementation of new ILayer objects. More...

#include <nvneural/CoreTypes.h>
#include <nvneural/CoreHelpers.h>
#include <nvneural/LayerTypes.h>
#include <string>
#include <sstream>
#include <vector>

Go to the source code of this file.

Classes

class  nvneural::BaseLayer
 BaseLayer provides common implementations for most of ILayer. More...
 

Detailed Description

Generic helper class to aid implementation of new ILayer objects.