network_utils library

Functions

loadModuleBinary(Module model, String filePath) Future<bool>
Reads a binary file and pushes the weights into GPU VRAM
saveModuleBinary(Module module, String filePath) Future<void>
Saves GPU weights to a flat binary file.