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

IWeightsData implementation encapsulating CPU vector<T> buffers. More...

#include <nvneural/CoreTypes.h>
#include <nvneural/CoreHelpers.h>
#include <cstdint>
#include <vector>

Go to the source code of this file.

Classes

class  nvneural::WeightsData< TVectorData >
 Standard IWeightsData implementation containing a vector of values in CPU memory. More...
 

Detailed Description

IWeightsData implementation encapsulating CPU vector<T> buffers.