torchwrench.extras.numpy.saving module¶
-
torchwrench.extras.numpy.saving.dump_ndarray(obj: ndarray, fpath: str | Path | None =
None, *args, np_format: 'npy' | 'npz' | None ='npy', overwrite: bool =True, make_parents: bool =True, **kwargs) bytes[source]¶
-
torchwrench.extras.numpy.saving.dump_numpy(obj: ndarray, fpath: str | Path | None =
None, *args, np_format: 'npy' | 'npz' | None ='npy', overwrite: bool =True, make_parents: bool =True, **kwargs) bytes[source]¶