persistence library
Functions
-
loadModuleBinary(
Module module, String filePath) → Future< void> - Loads weights from a binary file and pushes them back to the GPU.
-
saveModuleBinary(
Module module, String filePath) → Future< void> - Saves GPU weights to a flat binary file.