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

IWeightsLoader implementation that loads weights from npy files. More...

#include <nvneural/CoreTypes.h>
#include <nvneural/CoreHelpers.h>
#include <string>

Go to the source code of this file.

Classes

class  nvneural::FilesystemWeightsLoader
 Standard IWeightsLoader interface that loads weights from the local filesystem. More...
 
class  nvneural::IFilesystemWeightsLoader
 Official "public" interface allowing control of FilesystemWeightsLoader from other modules. More...
 

Detailed Description

IWeightsLoader implementation that loads weights from npy files.