npy
Npy.Npz
nx
nx.bigarray_ext
nx.c
nx.core
nx.io
nx.pocketfft
nx.safetensors
nx.zip
stb_image
stb_image_write
val npy_suffix : string
val maybe_add_suffix : string -> suffix:string option -> string
type in_file = Zip.in_file
val open_in : string -> Zip.in_file
val entries : Zip.in_file -> string list
val close_in : Zip.in_file -> unit
val read : ?suffix:string -> Zip.in_file -> string -> packed_array
type out_file = Zip.out_file
val open_out : string -> Zip.out_file
val close_out : Zip.out_file -> unit
val write : ?suffix:string -> Zip.out_file -> string -> ('a, 'b, 'c) Bigarray_ext.Genarray.t -> unit